Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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 ?

share|improve this question
1  
Btw, MBProgressHUD has support for ARC now – Shmidt Feb 23 '12 at 9:16
Seems I am using an old version of MBProgressHUD... – Shivan Raptor Feb 23 '12 at 9:34

1 Answer

up vote 1 down vote accepted

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

Disable Automatic Reference Counting for Some Files

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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