oh yeah, also check that your bundle id matches whatever you specified on for the provisioning profile.
Quote:
Originally Posted by gfxblit
Did you try cleaning your build directory? Sometimes xcode leaves stuff behind if you just build & go. I just delete the build dir (or you can rename it) and rebuild.
Your keychain looks ok to me. If there's a problem with the keychain you won't be able to click on the provisional profile when you select the code signing in the Project build settings.
Regarding the icon, did you try adding the icon to your project? I'm not sure if it's necessary but it's worth a try. Maybe it needs it in the project so that it can copy the resource when compiling the app.
|