Raj
Raj

Reputation: 1139

Switching the non ARC project into ARC

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

Answers (1)

justin
justin

Reputation: 104708

Make sure you are using version control, then use:

Edit > Refactor > Convert to Objective-C ARC…

Upvotes: 6

Related Questions