OK, I just got the shiny new MacBook Pro and, while developing the iPhone app on another MacBook, I wanted to transfer my development to my new computer.
I have a scene where I can create the application and run it on the simulator without any problems, but when it comes to running the application on my iPhone, I keep getting "The application cannot be verified." I installed a new developer certificate and installed provisioning profiles (all generated new ones), but I don’t understand why I should still get an error.
Anyone have any ideas on where I am going wrong?
EDIT
I recreated a certificate profile and profiling, etc. The assembly was completed successfully, and the status below reaches “Installation on the device”, then two modal dialogs are displayed with the same “Application may not be scanned”.
Is there any conclusion that I can get that will give me the exact error?
EDIT
Ok, I have a corresponding log from Organizer showing the problem. It looks like I have not configured Entitlements.plist, but in xcode I have. (I added False, but did not remove get-task-allow, and then added Entitlements.plist to the project settings according to the code signing rights). Journal:
Tue Jun 16 07:35:42 unknown mobile_installation_proxy[1162] <Error>: install_embedded_profile: Skipping the installation of the embedded profile Tue Jun 16 07:35:42 unknown securityd[1158] <Error>: mobile_installat[1162] SecItemCopyMatching: missing entitlement Tue Jun 16 07:35:42 unknown securityd[1158] <Error>: mobile_installat[1162] SecItemCopyMatching: missing entitlement Tue Jun 16 07:35:42 unknown securityd[1158] <Error>: mobile_installat[1162] SecItemCopyMatching: missing entitlement Tue Jun 16 07:35:42 unknown securityd[1158] <Error>: mobile_installat[1162] SecItemCopyMatching: missing entitlement Tue Jun 16 07:35:43 unknown mobile_installation_proxy[1162] <Error>: entitlement 'get-task-allow' has value not permitted by a provisioning profile Tue Jun 16 07:35:43 unknown mobile_installation_proxy[1162] <Error>: verify_executable: Could not validate signature: e8008016 Tue Jun 16 07:35:43 unknown mobile_installation_proxy[1162] <Error>: preflight_application_install: Could not verify /var/tmp/install_staging.1WIVsB/BouldrData.app/BouldrData Tue Jun 16 07:35:43 unknown mobile_installation_proxy[1162] <Error>: install_application: Could not preflight application install Tue Jun 16 07:35:43 unknown mobile_installation_proxy[1162] <Error>: handle_install: Installation failed Tue Jun 16 07:51:53 unknown afcd[1181] <Error>: user mobile has uid 501 Tue Jun 16 07:51:53 unknown afcd[1181] <Error>: mode is 0x41e8
Can anyone shed some light on why this is not working properly?
EDIT
Got the assembly, but I haven't accepted the answer yet, because I have no idea what is going on. Anyone with any idea what is going on?
iphone xcode provisioning
Codebeef Jun 15 '09 at 19:20 2009-06-15 19:20
source share