2014-12-03 30 views
5

CocoaPod ile çok kötü sorunlarla karşılaşıyorum. Yosemite için Cocoa pods'u güncellemeliydim. Sonra pod güncellemesini koştu ve şu uyarı mesajını aldı:Kakao Pod'larıyla İlgili Sorunlar

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

Ve

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

DÜZENLEME:

Ben @mef linki takip ama nereye kod yerleştirmek bilmiyordum?

+0

_step 1.:_ ortadan kaldırarak cocoapods; _step 2.:_ GIT (veya diğer güvenilir çözüm) kullanarak; _step 3.:_ bana hiç teşekkür etmenize gerek yok, sadece keyfini çıkarın. – holex

+0

@holex cocoapods nasıl kaldırılır? – DevC

+0

Projenize nasıl kattığınızı bilmiyorum, dürüstçe ... – holex

cevap

14

Mefs bağlantısına dayanarak çalışmayı başarabildim. $(inherited)'u nereye koyacağınız merak ediyorsanız, projenizin Other linker Flags bölümüne ekleyin.

enter image description here