Hello,
I am trying to install an application on my iphone for testing. I have installed projects on the phone before. The project compiles and links fine, but when xCode tries to install my app on the phone I get the error:
Xcode has encountered an unexpected error (0xE800003A)
0xE800003A, at '/SourceCache/iPhoneXcodePlugin/iPhoneXcodePlugin-132/XCRemoteIPhone_MobileDeviceIO.m:722'
When observing the dialog at the bottom of xCode, it says "installing test*.app on yourIphone"
This name is different than the name at the end of my bundle identifier. It must be a build setting I can't find. Can somebody help?