You can make a difference in the Apple Support Community!

When you sign up with your Apple Account, you can provide valuable feedback to other community members by upvoting helpful replies and User Tips.

Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

XCode couldn't find a provisioning profile

Hello,


Since the release of XCode 8, I haven't been able to complete a successful build for my iOS app using Cordova. I'm now using Cordova 7.0.1 and XCode 8.3.3 and getting the same error on "cordova build ios":


"No profiles for 'bundle_id' were found: Xcode couldn't find a provisioning profile matching 'bundle_id'. Code signing is required for product type 'Application' in SDK 'iOS 10.3'"


I've created and re-created the certificates and provisioning profiles, made sure the correct Bundle ID was selected, double clicked the certificates to install in the Keychain, downloaded the profiles, and nothing seems to be working. I've also tried creating a build.json file in the root directory for Cordova with the following:


{

"ios": {

"debug": {

"codeSignIdentity": "iPhone Developer",

"developmentTeam": "<team id>",

"packageType": "development"

},

"release": {

"codeSignIdentity": "iPhone Developer",

"developmentTeam": "<team id>",

"packageType": "app-store"

}

}


Specifying a "provisioningProfile" with the UUID of the provisioning profile does not help either.


I'm able to complete a build successfully in XCode and create an archive and install to my device, but it crashes right after the splash screen. Assuming this is because Cordova didn't complete a successful build.


I've been struggling with this for weeks and have been searching forums everywhere and nothing has helped. I've even tried closing and reopening XCode like a lot of people have suggested and that didn't help either.


Thoughts?

Cordova

Posted on Jul 28, 2017 8:18 AM

Reply

There are no replies.

XCode couldn't find a provisioning profile

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.