CocoaPods安装ShareKit问题

时间:2013-05-29 00:11:41

标签: ios sharekit cocoapods

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

enter image description here

[!] 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$ 

1 个答案:

答案 0 :(得分:1)

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

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

Screenshot of xcode build settings