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 am trying to setup OneSignal on our iOS app. Our app has two flavours (targets), Staging & Prod.
As a result, I created two extensions targeting each respective target (please advise if this is a bad idea):
I've had quite a few issues getting it to work, latest one solved by making sure that the deployment targets match. However, now I get: Framework not found OneSignalUser and there does not seem to be any issues about this particular error here.
In my podfile, i have:
target 'OneSignalNotificationServiceExtension' do
pod 'OneSignalXCFramework', '>= 5.0.0', '< 6.0'
end
target 'OneSignalNotificationServiceExtensionStaging' do
pod 'OneSignalXCFramework', '>= 5.0.0', '< 6.0'
end
Any ideas what could be causing this?
Steps to reproduce?
1. Install react-native-one-signal `^5.0.3`2. Use xcode `15.0.1`3. use react-native `0.72.6`
What did you expect to happen?
I expect my app to build, right now the build fails ever since i added onesignal due to the error above.
React Native OneSignal SDK version
5.0.3
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:
Doing the following eventually fixed the issue for me. Seems odd that I have to do this, i am working on a standard project so this seems like it should be included in the docs?
What happened?
Hello,
I am trying to setup OneSignal on our iOS app. Our app has two flavours (targets), Staging & Prod.
As a result, I created two extensions targeting each respective target (please advise if this is a bad idea):
I've had quite a few issues getting it to work, latest one solved by making sure that the deployment targets match. However, now I get: Framework not found OneSignalUser and there does not seem to be any issues about this particular error here.
In my podfile, i have:
Any ideas what could be causing this?
Steps to reproduce?
What did you expect to happen?
I expect my app to build, right now the build fails ever since i added onesignal due to the error above.
React Native OneSignal SDK version
5.0.3
Which platform(s) are affected?
Relevant log output
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: