I have thousands of line of code written for iOS 4. The codebase contains many calls to retain
and release
, which cause errors when the project is updated to iOS 5 and ARC.
Is there a way to automatically convert Manual Retain-Release (MRR) code to Automatic Reference Counting (ARC)?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…