2012-07-09 15 views
39
Ld /Users/pwang/Library/Developer/Xcode/DerivedData/socketiohldwxnslzhlnjtgihgewdwavpjpb/Build/Products/Debug-iphoneos/socketio.app/socketio normal armv7 
cd /Users/pwang/Desktop/saturngod-Socket.io-with-iOS-be51414 
setenv IPHONEOS_DEPLOYMENT_TARGET 4.3 
setenv PATH "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin" 
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS5.1.sdk -L/Users/pwang/Library/Developer/Xcode/DerivedData/socketio-hldwxnslzhlnjtgihgewdwavpjpb/Build/Products/Debug-iphoneos -L/Users/pwang/Desktop/saturngod-Socket.io-with-iOS-be51414/socketio/simulator -L/Users/pwang/Desktop/saturngod-Socket.io-with-iOS-be51414/socketio/device -F/Users/pwang/Library/Developer/Xcode/DerivedData/socketio-hldwxnslzhlnjtgihgewdwavpjpb/Build/Products/Debug-iphoneos -F/Users/pwang/Desktop/saturngod-Socket.io-with-iOS-be51414/socketio -filelist /Users/pwang/Library/Developer/Xcode/DerivedData/socketio-hldwxnslzhlnjtgihgewdwavpjpb/Build/Intermediates/socketio.build/Debug-iphoneos/socketio.build/Objects-normal/armv7/socketio.LinkFileList -dead_strip -lz -licucore -miphoneos-version-min=4.3 -framework MobileCoreServices -framework Foundation -lz -lxml2 -framework SystemConfiguration -framework CFNetwork -framework UIKit -framework CoreGraphics -o /Users/pwang/Library/Developer/Xcode/DerivedData/socketio-hldwxnslzhlnjtgihgewdwavpjpb/Build/Products/Debug-iphoneos/socketio.app/socketio 

ld: warning: directory not found for option '-L/Users/pwang/Desktop/saturngod-Socket.io-with-iOS-be51414/socketio/simulator' 
ld: warning: directory not found for option '-L/Users/pwang/Desktop/saturngod-Socket.io-with-iOS-be51414/socketio/device' 

puoi darmi qualche indizio per rimuovere l'avviso, grazie.Xcode: avviso: directory non trovata per l'opzione

+1

Assicurarsi che si sta aprendo l'area di lavoro anche, non solo il file di progetto –

risposta

148

In di destinazione> Crea Impostazioni:

Cercare percorsi di ricerca> Framework percorsi di ricerca, eliminare tutti i percorsi che siete stati avvertiti; quindi in Percorsi di ricerca libreria, eliminare tutti i percorsi che sono stati avvisati.

+9

Vale la pena chiarire che è necessario selezionare la _target_ piuttosto che il progetto di vedere questo. – jrturton

+0

Grazie, odio gli avvertimenti, questa risposta mi aiuta! –

+0

Grazie, ho avvertito che è stato risolto dalla risposta. Ho eliminato tutti i percorsi dal mio obiettivo che aveva questo avvertimento. –

6

Ho trovato questo post cercando lo stesso problema. Tuttavia, il mio problema è stato che alcuni framework sono stati aggiunti e quindi eliminati, causando questo errore. Dopo aver fatto una pulizia del progetto, sono andato tutto bene.

Product --> Clean 
Problemi correlati