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
I create a new project of type .NET Maui, install the component OneSignalSDK.DotNet from Nuget, and then when compiling the following error is generated:
/usr/local/share/dotnet/packs/Microsoft.iOS.Sdk/16.4.7099/targets/Xamarin.Shared.Sdk.targets(3,3): Error: clang++ exited with code 1:
Undefined symbols for architecture arm64:
"OBJC_CLASS$_OSInAppMessage", referenced from:
objc-class-ref in registrar.o
"OBJC_CLASS$_OSInAppMessageClickEvent", referenced from:
objc-class-ref in registrar.o
"OBJC_CLASS$_OSInAppMessageClickResult", referenced from:
objc-class-ref in registrar.o
"OBJC_CLASS$_OSInAppMessageDidDismissEvent", referenced from:
objc-class-ref in registrar.o
"OBJC_CLASS$_OSInAppMessageDidDisplayEvent", referenced from:
objc-class-ref in registrar.o
"OBJC_CLASS$_OSInAppMessageTag", referenced from:
objc-class-ref in registrar.o
"OBJC_CLASS$_OSInAppMessageWillDismissEvent", referenced from:
objc-class-ref in registrar.o
"OBJC_CLASS$_OSInAppMessageWillDisplayEvent", referenced from:
objc-class-ref in registrar.o
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation) (MauiOneSignal)
I have Visual Studio for Mac version 17.6.4 and XCode 14.2 installed on the MAC.
Steps to reproduce?
1. I create a new .Net Maui Blazor project
2. I install the OneSignalSDK.DotNet component from Nuget
3. I compile the project and the error is generated.
What did you expect to happen?
That the project can compile without error to continue with the setup
OneSignal Xamarin SDK version
5.0.0
Which platform(s) are affected?
iOS
Android
Relevant log output
No response
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?
I create a new project of type .NET Maui, install the component OneSignalSDK.DotNet from Nuget, and then when compiling the following error is generated:
/usr/local/share/dotnet/packs/Microsoft.iOS.Sdk/16.4.7099/targets/Xamarin.Shared.Sdk.targets(3,3): Error: clang++ exited with code 1:
Undefined symbols for architecture arm64:
"OBJC_CLASS$_OSInAppMessage", referenced from:
objc-class-ref in registrar.o
"OBJC_CLASS$_OSInAppMessageClickEvent", referenced from:
objc-class-ref in registrar.o
"OBJC_CLASS$_OSInAppMessageClickResult", referenced from:
objc-class-ref in registrar.o
"OBJC_CLASS$_OSInAppMessageDidDismissEvent", referenced from:
objc-class-ref in registrar.o
"OBJC_CLASS$_OSInAppMessageDidDisplayEvent", referenced from:
objc-class-ref in registrar.o
"OBJC_CLASS$_OSInAppMessageTag", referenced from:
objc-class-ref in registrar.o
"OBJC_CLASS$_OSInAppMessageWillDismissEvent", referenced from:
objc-class-ref in registrar.o
"OBJC_CLASS$_OSInAppMessageWillDisplayEvent", referenced from:
objc-class-ref in registrar.o
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation) (MauiOneSignal)
I have Visual Studio for Mac version 17.6.4 and XCode 14.2 installed on the MAC.
Steps to reproduce?
What did you expect to happen?
That the project can compile without error to continue with the setup
OneSignal Xamarin SDK version
5.0.0
Which platform(s) are affected?
Relevant log output
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: