Cocoapods问题汇总

ld: library not found for -lXXX

http://stackoverflow.com/questions/19419781/cocoapods-arm64-issue

解决方案:
将 PodS --> Build Settrings --> Build Active Architecture Only 设置为 NO

Build Active Architecture Only.png


The XXX [Debug] target

[!] The XXX [Debug] target overrides the OTHER_LDFLAGS build setting defined in Pods/Target Support Files/Pods-XXX/Pods-XXX.debug.xcconfig'. This can lead to problems with the CocoaPods installation \- Use the \$(inherited)` flag, or
- Remove the build settings from the target.

根据提示信息我们可以使用 `$(inherited)`标识,来消除这个警告:
在 Project --> Targets --> Build Settrings --> Other Linker Flags 中,添加 $(inherited)

最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容