1

In my project I have RestKit and IDMPhotoBrowser(using Cocoapods), so there is two versions AFNetworking conflict among themselves. Do you have any idea how to use them both in same project?

Zaporozhchenko Oleksandr
  • 4,660
  • 3
  • 26
  • 48

1 Answers1

1

There is no way to use 2 libraries with the same classes in the same project. This is what leads to duplicate symbol errors. On the topic of RestKit + AFNetworking this has been brought up a few times. There's another StackOverflow question, there's tons of issues but it sounds like they want to remove AFNetworking as a dependency entirely (from here).

Keith Smiley
  • 61,481
  • 12
  • 97
  • 110