Skip to content

Instantly share code, notes, and snippets.

@sdpjswl
Created September 28, 2014 07:27
Show Gist options
  • Save sdpjswl/1855d2320d278aa66ec4 to your computer and use it in GitHub Desktop.
Save sdpjswl/1855d2320d278aa66ec4 to your computer and use it in GitHub Desktop.
Disable ARC on particular files
Under Build Phases ---> Compile sources,
Double click on a file and add this flag to disable ARC on that particular file:
-fno-objc-arc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment