The xxx[Debug] target overrides

2019-11-19  本文已影响0人  Eyes_cc

[问题!: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设置
上一篇下一篇

猜你喜欢

热点阅读