繁体   English   中英

可可豆荚的问题

[英]Problems with Cocoa Pods

我在使用CocoaPod时遇到了很多问题。 我不得不为优胜美地更新Cocoa pods 然后我运行pod更新并收到以下警告消息:

[!] The `app [Release]` target overrides the `OTHER_LDFLAGS` build setting defined in `Pods/Target Support Files/Pods/Pods.release.xcconfig'. This can lead to problems with the CocoaPods installation
- Use the `$(inherited)` flag, or
- Remove the build settings from the target.

[!] The `app [Debug]` target overrides the `OTHER_LDFLAGS` 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.

编辑:

我跟着@mef链接,但不知道在哪里放置代码?

基于Mefs链接,我能够让它工作。 如果有人想知道将$(inherited)放在哪里,请将其放在项目的Other linker Flags部分。

在此输入图像描述

暂无
暂无

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

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