问题
It is the typical error message from itunes app install telling me:
"The app was not installed on the Iphone because it is not compatible with this iPhone"
I already have tried setting "Build Active Architecture Only" to "No", but without luck.
I can deploy and run the app from Xamarin in both Debug and Release mode without problem using my own device, but i can not install it when i generated an IPA from Xamarin.
I am sure that this is about a bundle setting because this was working before, but for some reason, it is not working any more : /
This is my current bundle setting
回答1:
Done. this work for me:
i removed arm64 and armv7s, setting armv7 only to get it works in iphone 5s. And removed "Phone application." too from "Required device capabilities" key (this is important, because if i let it there, the problem persist)
来源:https://stackoverflow.com/questions/38314672/xamarin-ios-ipa-iphone-app-is-not-compatible-installing-by-itune-from-mac