Hi,
I can successfully deploy my app to this device and others running iOS 10, but when running the iOS 11 beta I get the following error:
"Launch failed. The app 'LoyaltyMobile.Touch' could not be launched on 'iPhone6Plus'. Error: error MT1006: Could not install the application '.../4b02e91bc1f886dafd60a8212cb03ebb/bin/iPhone/QA/LoyaltyMobileTouch.app' on the device 'iPhone6Plus': AMDeviceSecureInstallApplicationBundle returned: 0xe8000087 (kAMDIncorrectArchitectureError)."
This was when running the latest stable version of Xamarin and Xcode.
I've since updated to the latest beta of Xcode, and Xamarin and I still receive the same error when trying to start the app from Visual Studio on the phone.
I've tried all options under the "Supported Architectures" drop down in the project settings and still get the same results, so I've left it on "ARMv7 + ARMv7s + ARM64"
Does anyone have any advice where to look for more clues or something I could try to solve this? I've run out of ideas, and I can't imagine the device architecture changed by installing an updated OS.