【发布时间】:2016-01-07 07:49:07
【问题描述】:
我在运行 pod update 命令时收到以下警告。我检查了“$(inherited)”是否已添加到构建设置中。
我尝试将“EMBEDDED_CONTENT_CONTAINS_SWIFT”设置为“是”和“否”,无论哪种情况,我都会收到此警告。
The `Project Name[Debug]` target overrides the `EMBEDDED_CONTENT_CONTAINS_SWIFT` build setting defined in `Pods/Target Support Files/Pods/Pods.debug.xcconfig'. This can lead to problems with the CocoaPods installation
- Use the `$(inherited)` flag, or
- Remove the build settings from the target.
【问题讨论】:
标签: ios swift swift2 cocoapods