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.
Asked
Active
Viewed 401 times
1 Answers
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..