IOS 6 Mono and Backward Compatibility

I am updating my application for ios6 and I have the following problems.

  • it is impossible to create an application with the architecture supported by ARMv6 + ARM v7, but only ARM v7 (the error is that iOS6 is not compatible with ARM v6). Does this mean that my application will not work with all devices?

  • When creating an application with ARMv7, it is impossible to use the LLVM flag ... (error MT3001)

  • the build application with SD 6 is also compatible with backward compatibility with other iOS below and all other devices (see question / error 1).

My system configuration

  • MonoDevelop 3.0.4.7
  • MonoTouch 6.0.0.0
  • Mono 2.10.9
+4
source share
1 answer

Xamarin.iOS 7.0 Xcode, :

  • Xcode 4.5 ( ): ARMv7 ARMv7.
  • Xcode 4.4 ( ): ARMv6 ARMv7.

, Xcode, Xamarin.iOS. : iOS6, Xcode 4.5.

ARMv7, iPhone, iPhone 3G ( 3GS) iPod. :

ARMv6 (Xamarin.iOS ARMv6 v8.10)

  • iPhone (), 3G
  • iPod 1-, 2-

ARMv7

  • iPhone 3GS, 4, 4S
  • iPad 1, 2, 3, Mini
  • iPod 3, 4, 5- .

ARMv7s

  • iPhone 5
  • iPhone 5c
  • iPad 4

ARM64 (Xamarin.iOS ARM64 8.6)

  • iPhone 5s
  • iPhone 6, 6 +
  • iPad Air
  • iPad Mini 2, 3

, - , Xcode 4.4 ( iOS6).

+14

All Articles