I have an iOS application that I want to convert to ARC . I would just use the migration tool, but it was constantly changing during the preview phase.
I know that I can use the -fobjc-arc directive for the file-based compiler, but I want to include ARC in the whole project and then disable individual classes using -fno-objc-arc ,
Newer projects in 4.2 can use ARC by default, so there should be some kind of switch there.
Can someone help me convert a project to ARC
ios xcode xcode4 ios4
Alpinista Sep 19 '11 at 20:10 2011-09-19 20:10
source share