Cocoapods ld: library not found for -lPods-Projectname

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

    Make sure Build Active Architectures Only in your Project/Target and in your Pod/Target and Pod are the same. We often set the debug yes and set the release no.

提交回复
热议问题