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.
