If a project has already been created with ARC disabled, how do I enable it and vice versa?
Open your project and select Edit -> Refactor -> Convert to Objective-C ARC. This will start checking your code if it is ready for the conversion.
See also Clang documentation: Objective-C Automatic Reference Counting (ARC)
How to disable ARC has been answered here
1.4m articles
1.4m replys
5 comments
57.0k users