0

I am developing an IOS application. My project non ARC project and targeting version is 5.0. I want to use RestKit last version. RestKit use AFNetworking library. But AFNetworking library supported min targeting version is 6.0 and also use ARC. How can I configure my project.

hiwordls
  • 781
  • 7
  • 17
  • 35

1 Answers1

0

You can use ARC code (libraries) in non ARC Projects as well.. have a look on this Using ARC library in non-ARC project Also there are non ARC (earlier versions of lib) available on github as well..

Community
  • 1
  • 1
Dinesh
  • 929
  • 7
  • 25