How can I disable ARC in an Xcode project?
Asked
Active
Viewed 663 times
1 Answers
0
- Create yourself a new project
- Go to project settings, click the Target on the left
- Click Build Settings along the top
- Below that click All then in the search box type: automatic reference
- One build setting should now be showing, change the Yes to No
Your project is now MRC, explore away! HTH

CRD
- 52,522
- 5
- 70
- 86