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 ?
You can enable/disable on a per-file basis.