16Jan/0913
0xE800003A ApplicationVerificationFailed
Are you having some trouble with this weird error message?

When I was getting this message, I checked console messages in the Organizer.
unknown mobile_installation_proxy[893] <Error>: install_embedded_profile: Skipping the installation of the embedded profile
unknown securityd[887] <Error>: mobile_installat[893] SecItemCopyMatching: missing entitlement
unknown mobile_installation_proxy[893] <Error>: entitlement 'application-identifier' has value not permitted by a provisioning profile
unknown mobile_installation_proxy[893] <Error>: verify_executable: Could not validate signature: e8008016
unknown mobile_installation_proxy[893] <Error>: preflight_application_install: Could not verify /var/tmp/install_staging.lbRQyZ/CQube.app/CQube
unknown mobile_installation_proxy[893] <Error>: install_application: Could not preflight application install
unknown mobile_installation_proxy[893] <Error>: handle_install: Installation failed
Doesn't seem useful unless you know how this tiny device exactly works. I wasted a couple hours to play with entitlements and other stuff that might be related to this issue. There was no luck. Then I finally figured out what I did wrong. You probably made a same mistake just like I did.

Didn't you put the whole App ID that you copied from the iPhone developer portal? Don't do this!
Put
com.domainname.appname
Instead of
XXXXXXXX.com.domainname.appname
I should've read the manual more carefully ;-)
If this is not your case, well, you might want look for other solutions. Good luck.

January 28th, 2009 - 12:52
You are my hero!
January 28th, 2009 - 15:37
Glad it was helpful ;-) @Bryan
March 5th, 2009 - 08:42
Thanks!!! I did the same mistake and waisted hours to find solution!
April 13th, 2009 - 02:59
THANKS! This stuff is tricky and you saved me on that one.
April 28th, 2009 - 10:52
Thanks for posting thins. This was a major hurdle for me and I tried several things before it finally worked. I also wrote a blog entry about some resources for this error that might be helpful to others http://diamondtearz.org/blog/2009/04/22/0xe800003a-applicationverificationfailed-i-hate-you-no-unityremote-iphone-love/
May 12th, 2009 - 09:58
I have exactly the same problem when i put data of 1.5gb prebundled. is there single size limit?
May 12th, 2009 - 16:33
@Glycol, @John M, @diamondTearz My pleasure =)
@rpv Umm… I would assume there’s something else causing the problem.
May 14th, 2009 - 11:18
Another one to thank you for the tip!
Just a remider: after changing that, you have to clean-then-build again to make it work.
May 16th, 2009 - 23:29
Thanks a lot! A last question: where in the manual could I find this??
June 3rd, 2009 - 15:47
you describe the error perfect.. but no joy… I have exactly the same problem
June 3rd, 2009 - 20:01
Thanks! That did the trick for me. Can’t believe apple makes it so complicated…
June 21st, 2009 - 05:51
Hey, thanks a lot! Your suggestion solved my problem and I got my first “hello world” app to run. My property ID was initially set to com.company.${PRODUCT_NAME:identifier} and I changed the com.company part to my actual company id string and everything worked!
July 15th, 2009 - 09:11
You’re all welcome. I’m glad my post was helpful for you guys.