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.

Does anyone know where I can get the class files for iOS XML-RPC that works with enabled ARC? So far I can't build by project because arc raises all kinds of exceptions.

share|improve this question
3  
You can turn ARC on and off on a per-file basis if you want. stackoverflow.com/questions/6646052/… – EricS Mar 13 '12 at 0:38
Also, Xcode has an automatic upgrade to ARC function. – Stephen Darlington Mar 13 '12 at 10:57

1 Answer

up vote 0 down vote accepted

Found that you can compile sources with the

-fno-objc-arc

flag. this makes a file with the flag compile without ARC.

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.