A valid provisioning profile for this executable was not found
Posted
by munchine
on Stack Overflow
See other posts from Stack Overflow
or by munchine
Published on 2010-05-06T12:23:35Z
Indexed on
2010/05/06
12:28 UTC
Read the original article
Hit count: 5161
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?
© Stack Overflow or respective owner