美文网首页
The xxx[Debug] target overrides

The xxx[Debug] target overrides

作者: Eyes_cc | 来源:发表于2019-11-19 15:36 被阅读0次

[问题!:The xxx[Debug] target overrides the ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES ]

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

解决
1.选择 "other",输入 $(inherited)

图1这个地方是不需要更改的,默认的
图2设置

相关文章

网友评论

      本文标题:The xxx[Debug] target overrides

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