About linchear

Etc?

Turning off ARC for specific files in Xcode

If you’re getting ‘ARC Restrictions’ messages when compiling an ARC project that might use non-ARC libraries:

Turning off ARC for specific files in an XCode project:

Click on the project -> Targets , select your target -> Build Phases -> Compiler Flags:

 -fno-objc-arc

This is something I had to do when using StackMob for iOS.