So here we are yet again. I already have an app on the app store, that took me 2 days to get past all the errors and just get the thing on there.

Right now, I'm trying to put the 1.1 update on my brother's iPod Touch for testing. I pressed 'Use for development'. That's fine, works. Then i build and go, and it says 'The iPod “Dans Ipod touch” doesn’t have the provisioning profile with which the application was signed.' so i press Install And Run to install the provisioning profile, and then get 'The executable was signed with invalid entitlements'.

I'll be clear - all i want to do right now is to test the app on an iPod Touch, which is plugged into the computer. How do I get past this error and do that? I have what i thought was a valid provisioning profile selected in active target and active executable, but apparently that isn't enough. Any ideas?

link|improve this question

77% accept rate
I posted an answet that worked for me here, check it to see if it works for you too stackoverflow.com/questions/5333034/… – Wytchkraft Aug 30 '11 at 18:48
possible duplicate of The executable was signed with invalid entitlements – Bo Persson Aug 30 '11 at 19:06
feedback

3 Answers

up vote 1 down vote accepted

Couple of easy things to try:

  • Do a Clean before building again.

  • Go to Xcode's Organizer and click on all the Profiles, checking they are valid. Xcode'll throw up warning text if say, something is missing in Keychain.

link|improve this answer
feedback

Make sure your profile contains your iPod device UDID. Make sure that the certificate with which the profile is signed is installed in your keychain. Also make sure the bundle id in your profile and app info.plist match.

link|improve this answer
feedback

In one case, to solve this issue, I also had to add the provisioning profile on the iphone's provisioning profiles, available only on this phone, from Organizer>Devices. It is strange, because this device is the only one that require that action. (Anyway I'm Newbie)

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.