target overrides the `ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES` build setting defined in `Pods/Target S

版权声明:本文为博主原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。
本文链接: https://blog.csdn.net/jia12216/article/details/91432723

解决方案:Targets->Build Settings->Combined(All)搜索ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES,选中
选项,按下电脑的delete键,立即恢复为正常模式。
在这里插入图片描述

在这里插入图片描述

> Pod installation complete! There are 5 dependencies from the Podfile and 29 total pods installed.

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

[!] The `BITBluetoothUpdateManager [Release]` target overrides the `ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES` build setting defined in `Pods/Target Support Files/Pods-BITBluetoothUpdateManager/Pods-BITBluetoothUpdateManager.release.xcconfig'. This can lead to problems with the CocoaPods installation
    - Use the `$(inherited)` flag, or
    - Remove the build settings from the target.
w1:BITBluetoothUpdateManager jiaguoshang$ pod update --verbose --no-repo-update

猜你喜欢

转载自blog.csdn.net/jia12216/article/details/91432723