Beginning ARC in iOS 5 Tutorial Part 1 - Ray Wenderlich
Under manual memory management, removing the object from the array would invalidate the contents of the obj variable. The object got deallocated as soon as it no longer was part of the array. Printing the object with NSLog() would likely crash your app. O...