Xcode - ld: library not found for -lPods

后端 未结 22 1474
爱一瞬间的悲伤
爱一瞬间的悲伤 2020-11-28 18:27

I get these errors when I try to build an iOS application.

ld: library not found for -lPods
clang: error: linker command failed with exit code 1 (use -v to s         


        
22条回答
  •  抹茶落季
    2020-11-28 18:42

    Had this problem as well. Something was wrong with my CocoaPods installation. No pods other than KIF were installing properly. I followed the comments on this thread to be of help.

    Basically, I needed to ensure that Build Active Architectures Only settings for both my project and the Pods project were equal.

提交回复
热议问题