IPhone has encountered an error 0xE800003A

Asked By 200 points N/A Posted on -
qa-featured

 Hi everybody,

Please help me about the following error :

Your mobile device has encountered an unexpected error (0xE800003A) 

ApplicationVerificationFailed

I get this, after I tried to get the iPhone development tools set up on my iPhone. I downloaded my certificates and installed it on my mini Mac.  I followed all the steps for creating the provisioning profile and retrieve Apple id my provisioning profile name is virendera and my iTouch name is iPod.

I am using the xcode 3.1 for development and my iTouch has the framework version 2.1 installed and my application working well in the Simulator 2.0. After that the error appears.

So what can I do ?

Thanks folks.

SHARE
Answered By 0 points N/A #126968

IPhone has encountered an error 0xE800003A

qa-featured

The message: “your mobile device has encountered an unexpected error (0xE800003A)ApplicationVerificationFailed” usually appears when you do a Build before you set up your info.plist file. Most of the time, it happens because of the tendency of going through the Build settings as soon as you sign in. That would be considered as a bug in Xcode 3.1.

Here’s what you can have to do: Under Xcode Menu, go to Build>and select Clean All Targets. Then look for the info.plist file and change the Bundle Identifier to match it up to the value entered in your Developer Program Portal.

Check this out and see what happens.

Related Questions