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!