Cocoapods ld: library not found for -lPods-Projectname

后端 未结 16 1049
一整个雨季
一整个雨季 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 10:55

    I've had this error after adding a new build configuration.

    pod install helped, because it adds separate settings for each build configuration.

提交回复
热议问题