जब मैं अपना Xcode 4 ऐप बना रहा हूं तो मुझे यह चेतावनी मिल रही है:
ld: warning: directory not found for option '-L/Users/frenck/Downloads/apz/../../../Downloads/Google Analytics SDK/Library'
ld: warning: directory not found for option '-L/Users/frenck/Downloads/apz/../Google Analytics SDK/Library'
लेकिन मेरे ऐप में Google Analytics नहीं है, मैंने यह सब हटा दिया है कि मैं त्रुटि कैसे निकाल सकता हूं? और ऐप को संग्रहित करने से मुझे त्रुटि मिलती है:
clang: error: no such file or directory: 'armv6'
Command /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang failed with exit code 1
मैंने बहुत सी चीजों की कोशिश की है, लेकिन जब मैं एक .IPA फ़ाइल बनाने की कोशिश कर रहा हूं, तब भी मुझे यह त्रुटि मिल रही है
$(PROJECT_DIR)/my folder
'' $ (PROJECT_DIR) / मेरा फ़ोल्डर होना चाहिए ''
-F
के बजाय-L
:directory not found for option '-F/...
। अंतर के लिए नीचे @ macayer का उत्तर देखें।