Search code examples
xcodeclangafnetworkingcocoapodsld

Xcode: ld: library not found for -lAFNetworking


Because of this one reason, build always fails...Any ideas about what I could try?

Because of this one reason, build always fails...Any ideas about what I could try?

EDIT: the solution is to open the xcworkspace instead of the xcproject!


Solution

  • Might be you are opening .xcodeproj file after installing pods. Close the project and open .xcworkspace file.