美文网首页
CocoaPods install出现“target overr

CocoaPods install出现“target overr

作者: Mage | 来源:发表于2017-07-12 18:33 被阅读11次

[!] 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.

enter image description here

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

相关文章

网友评论

      本文标题:CocoaPods install出现“target overr

      本文链接:https://www.haomeiwen.com/subject/evzbhxtx.html