Search code examples
iphoneioscode-signingprovisioningprovisioning-profile

Building on iPhone with provisioning profile


I am having a lot of trouble setting up my Xcode project so that it builds on my iPhone.

I have followed all the steps in the Development Provisioning Assistant, but I always end up with a valid provisioning profile matching the application's Identifier 'com.test' could

not be found Error when I build.

My app identifier on the provisioning profile is 93QA3MXYM7.com.test.MediaAccess. In my

info.plist file the bundle identifier is com.test.I have tired pretty much every

combination of 93QA3MXYM7.com.test.MediaAccess that makes sense and I can think of, but I

always get the same error, saying that a provisioning profile doesn't match!

I am very confused as what is the application name, the project name, the bundle name, the

app ID description, the bundle ID, and the bundle seed ID. In the Development Provisioning

Assistant, when you create an AppID, there is only the app description field. When you

create an AppID through the regular interface, there are 3 fields! Which ones should match?

Could I get an example please? thanks!


Solution

  • just put com.test.MediaAccess to "Bundle identifier" property. then go to select settings of your project, find Code Signing Identity section and select the right profile for your Debug configuration (the right provisioning profile should be downloaded and set up)