0

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.

Bryan Chen
  • 45,816
  • 18
  • 112
  • 143
Matt Sich
  • 3,905
  • 1
  • 22
  • 26

1 Answers1

0

Found that you can compile sources with the

-fno-objc-arc

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

Matt Sich
  • 3,905
  • 1
  • 22
  • 26