2014-12-03 4 views
5

के साथ समस्याएं मुझे CocoaPod के साथ बहुत बुरी समस्याएं आ रही हैं। मुझे योसेमेट के लिए Cocoa pods अपडेट करना पड़ा। मैं तो फली अद्यतन भाग गया और निम्न चेतावनी संदेश मिल गया:कोको पॉड्स

[!] 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 लिंक का अनुसरण किया लेकिन जहां कोड डालने की पता नहीं था?

+0

_step 1.:_ नष्ट cocoapods; _step 2.:_ जीआईटी (या अन्य विश्वसनीय समाधान) का उपयोग कर; _step 3.:_ आपको बिल्कुल धन्यवाद करने की ज़रूरत नहीं है, बस आनंद लें। – holex

+0

@ होलेक्स कोकोपोड को कैसे हटाया जाए? – DevC

+0

मुझे नहीं पता कि आपने इसे अपनी परियोजना में कैसे जोड़ा है, ईमानदारी से ... – holex

उत्तर

14

Mefs लिंक के आधार पर मैं इसे काम करने में सक्षम था। यदि कोई सोच रहा है कि $(inherited) कहां रखना है, तो इसे अपने प्रोजेक्ट के Other linker Flags अनुभाग में रखें।

enter image description here