Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do i migrate an app to iOS 5? (or turn on ARC)

I've got an app i'm working on and i just started using iOS 5. I'd like to start using Automatic Reference Counting but I'm not sure what steps i need to take to either migrate to iOS 5 or at least to turn on ARC.

like image 461
hover Avatar asked Oct 07 '11 04:10

hover


1 Answers

If you look in Edit > Refactor menu, you'll see an option called Migrate to Objective-C ARC. That tool will help convert your code to ARC.

like image 102
sudo rm -rf Avatar answered Oct 22 '22 12:10

sudo rm -rf