A valid provisioning profile for this executable was not found
- by munchine
I'm trying to debug my first app on the device and got this error message, A valid provisioning profile for this executable was not found.
I've gone thru the Apple manuals, checked SO and other sites but cannot work out what I've done wrong? This is what I've done so far.
Got my provisioning profile. I check Organizer and it's there, plus it shows that it is installed on my iPhone (green button).
My profile is in ~/library/MobileDevice/Provisioning Profiles
My certificate is in Keychain Access
In Xcode I have have the Project Info showing the Entitlements correctly. The Code Signing Identity matches what's in Keychain.
I've set the Target Info to be the same as Project Info.
Have I done something inconsistently?