Advertisement
priore

How to disable ARC for one or more file

Apr 4th, 2012
801
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. //
  2. //  How to disable ARC for one or more file
  3. //
  4. //  Created by Danilo Priore on 05/04/12.
  5. //  Copyright (c) 2012 Prioregroup.com. All rights reserved.
  6. //
  7. //  1. In your target settings, under "Build Phases", expand the "Compile Sources" section.
  8. //  2. Select all of the files do you want disable ARC.
  9. //  3. Paste this flag (even if Xcode isn't showing you the editing field) and hit 'return': -fno-objc-arc to disable ARC for this files.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement