Cocoapods ld: library not found for -lPods-Projectname

后端 未结 16 1053
一整个雨季
一整个雨季 2020-12-02 10:47

I\'ve installed cocoa pods library and some frameworks through it. Now when I compile project the build fails.

Error: ld: library not found for -lPods-Project clang:

16条回答
  •  夕颜
    夕颜 (楼主)
    2020-12-02 11:00

    Fixed it by deleting the -lPods-Projectname.a in Link Binary (for newer versions, delete the -lPods-Projectname.a under the Frameworks group).

提交回复
热议问题