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'm using VS4Mac 2022, and integrated my xamarin project with Onesignal.SDK via v.9.0 documantation.
I complated all set up but I'm getting error wgile archiving ios project.
The error is:
Native code sharing has been disabled for the extension 'OneSignalNotificationServiceExtension' because the managed linker settings are different between the container app (SDKOnly) and the extension (None).
There is no Arm64 option on extention project build settings. I changed several options but got errors always.
Could you help please ?
My main Xamarin.IOS project build setting:
That is also my OneSignalNotificationServiceExtension project build setting:
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
I think you are looking in the wrong place on your OneSignalNotificationServiceExtension project.
Try changing the values below to 'AppStore' & 'iPhone'. I'm assuming the 'Linker Behaviour' will need to match.
How can we help?
Hi,
I'm using VS4Mac 2022, and integrated my xamarin project with Onesignal.SDK via v.9.0 documantation.
I complated all set up but I'm getting error wgile archiving ios project.
The error is:
Native code sharing has been disabled for the extension 'OneSignalNotificationServiceExtension' because the managed linker settings are different between the container app (SDKOnly) and the extension (None).
There is no Arm64 option on extention project build settings. I changed several options but got errors always.
Could you help please ?
My main Xamarin.IOS project build setting:
That is also my OneSignalNotificationServiceExtension project build setting:
Code of Conduct
The text was updated successfully, but these errors were encountered: