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
Finished the configuration for the iOS and got the error below:
Environment
Podfile:
pod 'react-native-onesignal',
:path => "../node_modules/react-native-onesignal/react-native-onesignal.podspec",
:inhibit_warnings => true
target 'Cestou' do
target 'CestouTests' do
inherit! :search_paths
end
end
target 'OneSignalNotificationServiceExtension' do
pod 'OneSignal', '>= 2.9.3', '< 3.0'
end
The text was updated successfully, but these errors were encountered:
@cassianomon Closing because this is a known issue (#396)
To resolve the issue, please go to the Xcode project settings for your OneSignalNotificationServiceExtension target and set "Require Only App-Extension Safe API" to No
In our 3.0 release we will be fixing this issue, but in the mean time, that should be a good workaround.
Description:
Finished the configuration for the iOS and got the error below:
Environment
Podfile:
The text was updated successfully, but these errors were encountered: