-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: NotificationServiceExtension fails to compile with CLang++ Error #64
Comments
I'm running into the same issue. I have a .net 7 application and after installing the OneSignal Dotnet SDK and implementing the Extension assembly, I'm getting the following error when building the solution:
|
Same error here: clang++ exited with code 1: |
Same issue here. Installed according to the documentation, also using .NET 7. Is this a known issue and when is it expected to be resolved? If not, does anyone have an idea of what might have gone wrong? I've gone through everything multiple times and it all seems to be in order. |
Also encountering this issue. I am developing a MAUI .NET 7.0 project. This issue happens when attempting to build to iOS 17 with Xcode 15 installed, it's not a problem when building Android 13. |
Same error here: clang++ exited with code 1: .NET MAUI 7 build to iOS 16.4 with Xcode 14.3.1 |
This was fixed in version 5.0.2 |
What happened?
Implemented the NotificationServiceExtension according to the updated documenation and during compilation of the Extension I received the following exception:
Steps to reproduce?
What did you expect to happen?
The project should compile fine, as it does with v4.3.3.
Relevant log output
Code of Conduct
The text was updated successfully, but these errors were encountered: