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
[Bug]: This application or a bundle it contains has the same bundle identifier as this application or another bundle that it contains. Bundle identifiers must be unique.
#982
I updated OneSignal to "onesignal-cordova-plugin": "^5.1.0" and since then Xcode won't test my app on my phone. I was using version ~3 before.
It gives me the error:
This application or a bundle it contains has the same bundle identifier as this application or another bundle that it contains. Bundle identifiers must be unique.
I did follow the install steps and have given my extension the Bundle ID:
com.soundwheel.soundwheel.OneSignalNotificationServiceExtension
And my app the Bundle ID:
com.soundwheel.soundwheel
Steps to reproduce?
1. Update OneSignal
2. Create the service extension according to the manual
3. CMD+R
What happened?
I updated OneSignal to
"onesignal-cordova-plugin": "^5.1.0"
and since then Xcode won't test my app on my phone. I was using version ~3 before.It gives me the error:
I did follow the install steps and have given my extension the Bundle ID:
com.soundwheel.soundwheel.OneSignalNotificationServiceExtension
And my app the Bundle ID:
com.soundwheel.soundwheel
Steps to reproduce?
What did you expect to happen?
I expected it to run my app and not complain.
OneSignal Cordova SDK version
5.1.0
Which platform(s) are affected?
Relevant log output
Code of Conduct
The text was updated successfully, but these errors were encountered: