Xcode: ld: library not found for -lAFNetworking

前端 未结 13 783
野趣味
野趣味 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:39

    open xcode, from the top left select the pod library that is being shown as not found.Use 'Command B' to build this pod, then again select your target scheme and run.

    For me this fixed it.

提交回复
热议问题