xamarin ios release - Apps that include an arm64 architecture are required to include an armv7 -
i'm trying upload ipa file, coded using xamarin built visual studio. meet architecture error.
there're suggestion here in xcode, how in xamarin studio or visual studio ? "apps include arm64 required include include both armv7 , armv7s architecture" error in applicaiton loader
here configurations: vs config1, vs config 2
does know how achieve without enable "armv7" ?
[updates] thinking make app support iphone5 , above, seems rejected while upload ipa. i've succeed upload setting build "armv7, armv7s, arm64" setting. thank guys quick reply!
the issue here in first image can see supported architectures
listed armv7s + arm64
. armv7s
not same armv7
- derivative can run on arm cpus support it. in case of iphones, iphone 5 , newer.
armv7s
support not required apple, , there no need include in app unless using of the, specific, optimisations brings.
you need use dropdown change armv7 + arm64
, able submit app successfully.
Comments
Post a Comment