Iphone app installation error

I am trying to install an application on my iphone for testing. I used to install projects over the phone. The project compiles and links fine, but when xCode tries to install my app on the phone, I get the error:

Xcode encountered an unexpected error (0xE800003A)

0xE800003A, in '/SourceCache/iPhoneXcodePlugin/iPhoneXcodePlugin-132/XCRemoteIPhone_MobileDeviceIO.m:722'

When you see the dialog at the bottom of the xCode it says "install test * .app on yourIphone"

This name is different from the name at the end of my package ID. It must be a build setting that I cannot find. Can anyone please help?

0


a source to share


2 answers


Make sure your phone is prepared for your application and that the appropriate provisioning file is installed on your phone. Finally, you can try restarting your phone.



0


a source


Get to this site first http://furbo.org/2008/08/06/beta-testing-on-iphone-20/

If that's not a problem, go to the Developer Portal on the Apple website.



You have something out of sync that makes your iPhone not, for lack of a better term, trust that you have permission to install the app on your phone. You need to make sure your build environment is set up correctly and make sure all of your code signing credentials are set up correctly. The link above or Dev Portal will help you with this.

0


a source







All Articles