1

我在终端中收到了这条消息。我之前为空项目设置了 ShareKit,并且安装时没有任何问题。

在此处输入图像描述

[!] From now on use `Quiz.xcworkspace`.

[!] The target `Quiz [Debug]` overrides the `HEADER_SEARCH_PATHS` build setting defined in `Pods/Pods.xcconfig'.
    - Use the `$(inherited)` flag, or
    - Remove the build settings from the target.

[!] The target `Quiz [Debug - Release]` overrides the `HEADER_SEARCH_PATHS` build setting defined in `Pods/Pods.xcconfig'.
    - Use the `$(inherited)` flag, or
    - Remove the build settings from the target.
Alexanders-Mac-Pro:Quiz alexander$ 
4

1 回答 1

1

您以前以某种方式为 header_search_paths 设置了不同的值,并且该值需要更改为 $(inherited) 以继承 Cocoapods 标头搜索路径设置。

请参阅 Cocoapods 常见问题解答 https://github.com/CocoaPods/CocoaPods/wiki/Creating-a-project-that-uses-CocoaPods#faq

xcode 构建设置的屏幕截图

于 2013-05-29T00:15:55.350 回答