Cocoapods ld: library not found for -lPods-Projectname

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

    I realized the xcproject file was opened instead of the updated workspace. This fixed my error. Hope this information will help others too.

提交回复
热议问题