Hello,
with this configuration
i have the following error when I try to debug my app on the device:
"error MT1006: AMDeviceSecureInstallApplicationBundle returned: 0xe8000087 (kAMDIncorrectArchitectureError)"
Can anyone help me solve the problem?
Thanks in advance
Answers
the iPhone 5c is 32bit, I am guessing you are building only for 64bit. That wont deploy to a 32bit device.
Thanks John,
however from xCode (10.2) I can distribute the default app on iPhone 5c.
You tell me that from VS 2017 with my configuration I can't?
Have you checked this thread :https://forums.xamarin.com/discussion/26787/broke-it-cant-deploy-to-physical-devices-anymore?
That isn't what I said, I was suggesting that you might be building 64bit and using a 32bit device. Check to make sure.
Alternatively the @ColeX post above might be the answer to this too. If I were you I would check both.