target overrides the `ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES`

最近在使用pod更新库的时候遇到了如下警告:

target overrides the `ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES`_第1张图片

解决的办法:回到Xcode,点击Build Settings选项,如下图,会发现Always Embed Swift Standard Libraries 选项是黑色的:

target overrides the `ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES`_第2张图片

这时选中Always Embed Swift Standard Libraries 选项,然后点击键盘上delete按键,Always Embed Swift Standard Libraries 选项立即恢复到正常模式状态。

再执行pod操作将不会出现该警告。

你可能感兴趣的:(target overrides the `ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES`)