Reputation: 4413
I have followed OneSignal's setup instructions for React Native, but When I try to upload app to TestFlight I get the following error 'No profiles for 'com.myapp.ios.OneSignalNotificationServiceExtension' were found'
My XCode is 10.0. Anyone help me? Thanks in advance.
Upvotes: 2
Views: 3599
Reputation: 41
I'm getting the same error on appcenter. You can temporarily workaround this problem if you create a new provision file for the OneSignalNotificationServiceExtension identifier and sign your OneSignalNotificationServiceExtension with this provision. (Your app provision should be different. your app -> com.app.example)
Upvotes: 1
Reputation: 53
Below instructions assume that your app is building and you have successfully deployed TestFlight builds in the past (since that is where I started from). I had to use the below as "Automatically manage signing" resulted in a build fail in Xcode 10:
Upvotes: 3