I am brand new to Xcode but paid for GoNative to turn our web app into a native mobile app. When following the instructions on GoNative and using the OneSignal extension I am getting the following error when I try to Archive the app or when I click Play button to test. I looked in the project editor and I can't seem to find how to get around this error. I have my iOS certs in xcode but don't know how to add the provisioning profile to the dependency.
Error:
OneSignalNotificationServiceExtension requires a provisioning profile. Select a provisioning profile for the "Debug" build configuration in the project editor. Code signing is required for product type 'App Extension' in SDK 'iOS 10.3'
UPDATE: When selecting Onesignal as target I have the following selected (no option for automatic) 
1 Answer
Go to your Xcode Settings -> General and observe targets like this. Select OneSignalNotificationServiceExtension target and checkmark automatic sign in if you did same for main app also. Otherwise, select provisioning profile related to your app.
The Same solution is given in GoNative Support. Check it out: GoNative Support
1