简体   繁体   English

CocoaPods安装ShareKit问题

[英]CocoaPods install ShareKit issue

I got this message in my terminal. 我在终端中收到了此消息。 I have setup ShareKit before for empty project and it was installed without any issues. 我已经为空项目安装了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$ 

You have somehow previously set different values for header_search_paths and that value needs to be changed to $(inherited) to inherit the Cocoapods header search paths settings. 您以前已经以某种方式为header_search_paths设置了不同的值,并且该值需要更改为$(继承)才能继承Cocoapods头搜索路径设置。

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

Xcode构建设置的屏幕截图

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM