When we tried to compile application and start it on iPhone, we got every time error:
Solution was easy, but took us few minutes of googling:Your mobile device has encountered an unexpected error (0xE800003A)
ApplicationVerificationFailed
1. In your project go to menu Build and click on Clean All Targets
2. Click on file Info.plist in your project and change your Bundle identifier to match value you entered in Provisioning profile in your Developer Program Portal
Than finally you should be able to build your test application and install it into your Phone.