I have an OSX application that I would like to port to ARC. Everything works fine if I set the base SDK to 10.7. But when I set it to 10.6, it does not work (because it does not find _objc_release, etc.). So, how do I deploy my application to 10.6 with ARC support?
automatic-ref-counting cocoa osx-snow-leopard
david
source share