簡體   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