My tickets
 
Submit ticket
 
Login
 
Troubleshooting
Home
>
Developers help
>
iPhone
>
Troubleshooting
Overview
In this section we will post all problems and their resolutions during iPhone application development, which we had to face.
Missing Code Signing Provisioning Profile
Documentation on Apple web navigates you to fill in Code Signing Provisioning Profile in Info.plist file of yor project. It took me few minutes until I realized, that in new version of XCode is this feature integrated into field Code Signing Identity.
Your mobile device has encountered an unexpected error (0xE800003A) - ApplicationVerificationFailed
We spent quite some time until we were able to find reason, why we are not able to instll application on iPhone even we did all required steps described on Apple developers web site. When we tried to compile application and start it on iPhone, we got every time error: Your mobile device has encountered an unexpected error (0xE800003A) ApplicationVerificationFailed Solution was easy, but took us few minutes of googling: 1. In your project go to menu Build and click on Clean All Targets 2. Click...