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.
Good link to read: Everything you need to know about automatic reference counting (ARC)
How to disable ARC has been answered here