Hello Walt,
On Fri, Sep 23, 2011 at 8:08 PM, retlaW <[email protected]> wrote:
> I just purchased MonoTouch and MonoAndroid and am attempting to install a
> MonoTouch app to a real device for the first time.
>
> My Setup is Mac OSX (Lion) 10.7.1, MonoDevelop 2.8 Beta 1(2.7.20), MonoTouch
> 4.2.1, and XCode 4.2
>
> I went through the tutorial at :
> http://docs.xamarin.com/ios/getting_started/hello_iphone
>
> All attempts to Deploy to a real device results in this error :
>
> Installation failed: AMDeviceInstallApplication returned: 0xe8000050
Could you provide the full deployment log please ?
It should look like:
Please ensure your device is connected...
Connected to: Neptune
This application has been signed with a provisioning profile which does not
include this device
Connected to: Neptune
Installing application
Installation failed: AMDeviceInstallApplication returned: 0xe8000050
The application was terminated by a signal: SIGHUP
The earlier message "This application has been signed with a
provisioning profile which does not include this device" means that an
invalid profile was used. IIRC for that case I was using the
"Distribution" identity/profile instead of my "Developer" profile.
Please let us know if you do not have this (or a similar) message.
> I have tried this on a iPhone 3 at version 4.2.1, iPod 4 at version 5, and
> iPad 2 at version 5. All 3 result in the same error.
Using a 'distribution' profile would not be allowed in any device -
provisioned or not.
> Thinking the project may be corrupt, I created a new empty Solution added
> one line of Console.WriteLine("Hello World"); to it, run it on the
> Simulator and its fine. But I get the same error when attempting to deploy
> to real hardware.
Errors from AMDeviceInstallApplication are coming the the device
itself. You won't see them for the simulator because the application
install process is totally different in that case (i.e. the simulator
is not an emulator :-).
Regards,
Sebastien
_______________________________________________
MonoTouch mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/monotouch