繁体   English   中英

CocoaPods安装ShareKit问题

[英]CocoaPods install ShareKit issue

我在终端中收到了此消息。 我已经为空项目安装了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$ 

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

请参阅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