Search code examples
objective-ccocoa-touchautomatic-ref-countingbackwards-compatibility

How backward compatible is ARC?


Will an app compiled with ARC work on previous (<5.0) versions of iOS?


Solution

  • From the documentation:

    ARC is supported in Xcode 4.2 for Mac OS X v10.6 and v10.7 (64-bit applications) and for iOS 4 and iOS 5. Weak references are not supported in Mac OS X v10.6 and iOS 4.