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?
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.
a source to share