I'm trying to upload ipa file, coded using Xamarin built from Visual Studio. Meet this architecture error.
There're some suggestion here in xcode, but how to do this in Xamarin Studio or Visual Studio ? "Apps that include an arm64 are required to include to include both armv7 and armv7s architecture" Error in applicaiton loader
Here is my configurations: vs config1, vs config 2
Does anyone know how to achieve this without enable "ARMV7" ?
[Updates] I was thinking to make app support only iPhone5 and above, but seems this rejected while upload ipa. I've succeed to upload by setting to build with "ARMv7, ARMv7s, ARM64" setting. Thank you guys for quick reply!