I believe that I successfully converted the application to ARC using the Refactor -> Convert to Objective-C ARC tool, but only one of my project goals has the setting:

And if I create something using IB, does it still generate the save / release / dealloc code?
Also, I now have crashes that I did not do before due to memory usage, so I wonder if my project is in a state with half the conversions, which causes me random memory problems.
How can I use these other goals to use ARC - or make sure they use ARC?
source share