Skip to content

Instantly share code, notes, and snippets.

@MugunthKumar
Created August 17, 2012 03:22
Show Gist options
  • Star 7 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save MugunthKumar/3375656 to your computer and use it in GitHub Desktop.
Save MugunthKumar/3375656 to your computer and use it in GitHub Desktop.
ARC error
#if ! __has_feature(objc_arc)
#error This file/class is targeted for the ARC compiler. Either turn on ARC for your project or use -fobjc-arc flag
#endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment