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.
Quote:
Originally Posted by shaendra
My Target and App builds are the same, and according to my Touch the adhoc distro profile installed is verified. However, I'm not sure if the keychain setup is correct.
Attached are some screen caps, showing my settings. Can anyone spot an issue? I get the same "application was not installed because it could not be verified" message, when trying to adhoc to myself (the Touch is hooked up to an XP machine). The UDID is correct, on the listing of devices associated with this distribution.
Also I noticed in iTunes that the icon for the app is a generic UIB type icon, rather than the one specified in the Info.plist file. The png itself *is* in the .app folder I'm dragging to iTunes for installation, and it's spelled the same (with same case sensitivity) as what's in the plist file, so that's a little odd, as well.
Ideas?
Thanks.
|