Skip to content

Instantly share code, notes, and snippets.

@nvkiet
Created July 24, 2014 02:00
Show Gist options
  • Select an option

  • Save nvkiet/29fdde61998dc03acbd9 to your computer and use it in GitHub Desktop.

Select an option

Save nvkiet/29fdde61998dc03acbd9 to your computer and use it in GitHub Desktop.
Compile correctly for non-ARC projects
-fno-objc-arc
Add -fobjc-arc to compiler flags under build phases to ARC files to make them compile correctly for non-ARC projects.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment