【发布时间】:2021-08-17 04:46:27
【问题描述】:
[!] The `SampleUITests [Prod]` target overrides the `ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES`
build setting defined in `Pods/Target Support Files/Pods-Sample-SampleUITests/Pods-Sample-SampleUITests.prod.xcconfig'.
This can lead to problems with the CocoaPods installation
- Use the `$(inherited)` flag, or
- Remove the build settings from the target.
当我尝试创建一个新的 xcode 项目并将可可豆荚添加到项目中时,我收到了上述警告。我已经尝试过What's ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES with CocoaPods, Swift 3 and Xcode 8 中提到的解决方案,但没有任何效果。
【问题讨论】:
标签: ios swift cocoapods xcode12 xcode12.5