Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save leolovenet/6295331 to your computer and use it in GitHub Desktop.
Save leolovenet/6295331 to your computer and use it in GitHub Desktop.
Memory management with and without ARC
#if ! __has_feature(objc_arc)
#error This file must be compiled with ARC.
#endif
#TARGETS -> Build Settings -> Apple LLVM complier *.* Language -> Object-C Automatic Reference Counting -> YES/NO
#TARGETS -> Build Phases -> Complie Sources -> -fno-objc-arc/-fobjc-arc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment