You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With OneSignalSDK.DotNet 5.2.1 my App crashes in Release Mode since upgrading to .NET 8.0.403 which raises the minimum XCode Version to 16. The NotificationExtension does not even compile throwing an exception showing below in the relevant log output section. I manually compiled the OneSignalSDK.DotNet against the OneSignalSDK.iOS 5.2.5 release using .NET 8.0.403 and that resolved the main applications crash issue in release mode. However the compilation issue with the NotificationExtension remains.
Steps to reproduce?
1. Upgrade to .NET 8.0.403 and XCode 16
2. Try building an application with Notification Extension
3. Remove the Extension if the build fails and test in in release mode
What did you expect to happen?
I expected the NotificationExtension to build and the main application not to crash in release mode.
Relevant log output
ld: warning: mixed ObjC ABI, /Users/user/Projects/MyAppApp/OneSignalNotificationServiceExtension/obj/Debug/net8.0-ios/iossimulator-arm64/nativelibraries/main.arm64.o compiled with category class properties
Undefined symbols for architecture arm64:
"_xamarin_is_object_valid", referenced from:
<initial-undefines>"_xamarin_is_user_type", referenced from:
<initial-undefines>
ld: symbol(s) not found for architecture arm64
clang++: error: linker command failed with exit code 1 (use -v to see invocation)
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
What happened?
With OneSignalSDK.DotNet 5.2.1 my App crashes in Release Mode since upgrading to .NET 8.0.403 which raises the minimum XCode Version to 16. The NotificationExtension does not even compile throwing an exception showing below in the relevant log output section. I manually compiled the OneSignalSDK.DotNet against the OneSignalSDK.iOS 5.2.5 release using .NET 8.0.403 and that resolved the main applications crash issue in release mode. However the compilation issue with the NotificationExtension remains.
Steps to reproduce?
What did you expect to happen?
I expected the NotificationExtension to build and the main application not to crash in release mode.
Relevant log output
Code of Conduct
The text was updated successfully, but these errors were encountered: