Cocoapods ld: library not found for -lPods-Projectname

后端 未结 16 1051
一整个雨季
一整个雨季 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

    I experienced a similar error which affected one of my computers but not the other when compiling the same project.

    I reinstalled cocoapods, all gems, rebuilt the project and none of it worked. I finally got it to compile but required me to completely remove Xcode and related data (iPhone simulator, DerivedData) then reinstall Xcode.

提交回复
热议问题