मैंने SpatialIite
एक Xcode प्रोजेक्ट में शामिल किया है, जो एक हेडर फ़ाइल से Proj.4
सिर्फ एक हेडर का उपयोग करता है । दोनों Xcode प्रोजेक्ट्स हैं और स्टैटिक टार्गेट हैं।
मैं गिट सबमॉड्यूल से कोकोपोड्स की ओर पलायन करने की कोशिश कर रहा हूं। चूंकि स्थिर लक्ष्यों को कोकोपोड्स के साथ उपयोग करना मुश्किल लगता है, इसलिए मैं केवल सामान्य तरीके से बनाया गया प्रोजेक्ट बनाना चाहता हूं। मैंने के लिए पॉडसेक बनाया Proj.4
। पॉडफाइल लिखने के बाद SpatialLite
मुझे चेतावनी मिली:
[!] The target `SpatialiteIOS [Debug]` overrides the `OTHER_LDFLAGS` build setting defined in `Pods/Pods.xcconfig'.
- Use the `$(inherited)` flag, or
- Remove the build settings from the target.
[!] The target `SpatialiteIOS [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 `SpatialiteIOS [Debug - Release]` overrides the `OTHER_LDFLAGS` build setting defined in `Pods/Pods.xcconfig'.
- Use the `$(inherited)` flag, or
- Remove the build settings from the target.
[!] The target `SpatialiteIOS [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.
मैं इस मुद्दे को पढ़ता हूं, लेकिन चेतावनी का मतलब क्या है और इसे ठीक करने के लिए मैं क्या कर सकता हूं।
इसके अतिरिक्त समस्या यह है कि जब मैं कार्यक्षेत्र को खोलने के साथ-साथ स्पैटियालाइट परियोजना को भी खोल रहा हूं, तो दोनों को मैक ओएसएक्स 64 पर लक्षित किया जाता है, जब इसे आईओएस प्रोजेक्ट माना जाता है। मेरा पॉडफाइल "प्लेटफॉर्म: आईओएस" कहता है।