- Home /
Cloud build fails code signing for OneSignal
Hi folks,
So I'm getting the following errors from the cloud build when it attempts to build for iOS. I'm using OneSignal, and apparently there's a separate target that has its own code signing. That's fine locally, I have control over that, but I don't know how to get around this in the cloud building process.
The error I get from the cloud log is:
15921: ▸ Code Signing Error: Provisioning profile "MyAd-Hoc" has app ID "com.mycompany.mygame", which does not match the bundle ID "com.mycompany.mygame.OneSignalNotificationServiceExtension".
15922: ▸ Code Signing Error: Provisioning profile "MyAd-Hoc" doesn't match the entitlements file's value for the application-identifier entitlement.
15923: ▸ Code Signing Error: Code signing is required for product type 'App Extension' in SDK 'iOS 11.3'
Any help on this would be fantastic, I really appreciate the convenience of getting the builds via Slack.
Thanks!! -Matt
Your answer
Follow this Question
Related Questions
I am able to build my project successfully on Xcode but it shows an error on Unity Cloud. 0 Answers
iOS Cloud Build Error: Not A Directory 3 Answers
IOS Cloud build failing without any Error Log 0 Answers
ArgumentNullException: Value cannot be null. Parameter name: key 1 Answer
Meta information for builds installed using Unity Cloud Build 0 Answers