CocoaPods install出现“target overrides the `OTHER_LDFLAGS`……”问题解决方案

[!] The X target overrides the ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES build setting defined in X'. This can lead to problems with the CocoaPods installation- Use the$(inherited)` flag, or- Remove the build settings from the target.

I had met this problem today. I solved it by
Go to Project/Targets -> [Project Name] -> Build Settings.
search "ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES"
click the right of Debug, and selected 'Other', input "$(inherited)"
do same with 'Release' and install your pod

You can follow the image below.

转载自:https://stackoverflow.com/questions/39569743/errors-after-updating-to-xcode-8-no-such-module-and-target-overrides-the-em

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

推荐阅读更多精彩内容