Xamarin IOS IPA iphone app is not compatible installing by itune from mac

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 enter image description here

enter image description here

Iphone device version-model

Upvotes: 0

Views: 562

Answers (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)

enter image description here

Upvotes: 1

Related Questions