I'm trying to test my app on device. I've a single user developer ID. I followed Apple's guide and requested the certificates for Development/Distribuition and created a Team Provisioning Profile (The team name is my appleID name Felipe Lira) I've checked in keychain, xCode and Member Center, all certificates are valid and the provisioning profile is installed correctly on device. Nevertheless, I'm getting this error:
Code Sign error: A valid provisioning profile matching the application's
Identifier 'com.myappleID.appName' could not be found
Since everything is alright with my certifice/profile I'm assuming this must be a problem related to my bundle identifier. To be honest, I'm not sure what name I should put... is there a way to check in the provisioning profile what name should I match?
also my app name has some special characters/blank spaces, in the bundle ID they appear as a '-'. Is this a problem?
Thanks in Advance.