I’ve mentioned a couple of excellent posts on the iOS 5 SDK tutorials page describing the details automatic reference counting.
Today I came another post that takes a different approach by explaining how to convert a project to ARC, but more specifically about how to deal with the specific issues that can arise when converting an existing project to ARC.
Such as:
– Compile errors after switching to LLVM 3.0
– Getting third party libraries to build with ARC
– Fixing C structs
– Fixing C/C++ pointers
The guide is from Steffen Itterheim and you can find it here.
Very useful for solving those conversion problems – if you run into an issue and need to convert a project to use ARC remember this page!
©2011 iPhone, iOS 5, iPad SDK Development Tutorial and Programming Tips. All Rights Reserved.
.






