Reputation: 1139
I am new to iphone development. I have learnt that ARC is a new feature introduced in IOS now . My question is, I have an old Non ARC project with the release written manually, is it possible to switch this project from non ARC to ARC ?
Thanks,
Raj
Upvotes: 0
Views: 725
Reputation: 104708
Make sure you are using version control, then use:
Edit > Refactor > Convert to Objective-C ARC…
Upvotes: 6