-
Notifications
You must be signed in to change notification settings - Fork 69
Description
Hi, I am getting the following Fastlane error when I try to build for iOS (eas build --profile development --platform ios):
❌ error: No profiles for 'bundle id.OneSignalNotificationServiceExtension' were found: Xcode couldn't find any iOS App Development provisioning profiles matching 'bundle id.OneSignalNotificationServiceExtension'. Automatic signing is disabled and unable to generate a profile. To enable automatic signing, pass -allowProvisioningUpdates to xcodebuild. (in target 'OneSignalNotificationServiceExtension' from project '***')
Do I have to manually create an additional identifier (.OneSignalNotificationServiceExtension) and then a provisioning profile for this?
The plugin works perfectly when I comment all the OneSignal related code out before the build, and then uncomment it all after running expo start --dev-client.
Thanks so much!