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.
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.
|
|
Found that you can compile sources with the
flag. this makes a file with the flag compile without ARC. |
|||
|
|