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

1

0

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

Sherronsherry answered 11/7, 2016 at 19:25 Comment(4)
What device are you trying to install on?Newsdealer
I am using IPhone 5s @NewsdealerContinuative
Did you remove the app from the phone before trying to upload from iTunes? I remember once having a conflict due to still having the phone installed from another distribution platform...Fassett
Yes @Mark, i had removed it before try to install from ituneContinuative
S
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

Sherronsherry answered 12/7, 2016 at 20:14 Comment(1)
It is strange because armv7 is not for iphone 5s according with these links: Xamarin Source, Another SourceContinuative

© 2022 - 2024 — McMap. All rights reserved.