Xcode: ld: library not found for -lAFNetworking

前端 未结 13 604
野趣味
野趣味 2021-02-02 06:24

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!

13条回答
  •  北海茫月
    2021-02-02 06:54

    Had a similar issue ... took a while to realize that I had updated my app's "iOS Deployment Target" to iOS 9.0, but the Pods project's "iOS Deployment Target" was still iOS 8.0!!!

提交回复
热议问题