Hi!
I'm triying to use the plugin (using Visual Studio Cordova) and with android work well.
When I try to compile a debug version on iOS I have no problem (I cannot receive push but I think is for something else), if I try to compile a release version i Have this problem:
ignoring file MyApp/Plugins/msopentech.azure.NotificationHub/WindowsAzureMessaging.framework/WindowsAzureMessaging, missing required architecture arm64 in file MyApp/Plugins/msopentech.azure.NotificationHub/WindowsAzureMessaging.framework/WindowsAzureMessaging (3 slices)
Applications for platform ios can not be built on this OS - win32.
The following build commands failed:
1> Ld build/MyApp.build/Release-iphoneos/MyApp.build/Objects-normal/arm64/MyApp normal arm64
Hi! I'm triying to use the plugin (using Visual Studio Cordova) and with android work well. When I try to compile a debug version on iOS I have no problem (I cannot receive push but I think is for something else), if I try to compile a release version i Have this problem:
How can I fix it?
Thanks