0

I have an project in nonARC mode. How to change it to ARC mode without create new project?

Is there any auto convert method, library or way? I also want auto delete release,autorelease and change some text(retain -> strong,...)

LE SANG
  • 10,955
  • 7
  • 59
  • 78
  • Also see http://stackoverflow.com/questions/7476692/how-do-you-enable-arc-project-wide-in-xcode-4-2?rq=1 – rmaddy Mar 20 '13 at 03:27

1 Answers1

3

This screen shot will help you

enter image description here

Read this DaveOnCode and Migrating your code to Objective-C ARC.

Anoop Vaidya
  • 46,283
  • 15
  • 111
  • 140