In xCode 4.2 & iOS 5 SDK , Automatic Reference Counting (ARC) is introduced. However, it made many third party libraries failed to compile, e.g. MBProgressHUD.

Is there any way to avoid those compile errors (only for those 3rd party libraries)? Or should I disable ARC ?

link|improve this question

1  
Btw, MBProgressHUD has support for ARC now – Flink Feb 23 at 9:16
Seems I am using an old version of MBProgressHUD... – Shivan Raptor Feb 23 at 9:34
feedback

1 Answer

up vote 1 down vote accepted

You can enable/disable on a per-file basis.

Disable Automatic Reference Counting for Some Files

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.