2011-07-14 35 views
0

我創建了一個應用程序,當您按下按鈕時它會播放聲音,並且它一開始工作正常。我不知道發生了什麼,我刪除了其中一個文件,現在xcode一直給我一個警告,提到文件沒有被發現。我刪除並重新創建了該文件,使用該文件註釋了代碼,並清除了但生成,但似乎沒有任何工作。我不熟悉xcode和應用程序開發。下面是我不斷收到錯誤:爲什麼xcode給了我這些建築物的警告和錯誤?

檢查相關

[WARN]Warning: Multiple build commands for output file /Users/adrienneiverson/Library/Developer/Xcode/DerivedData/SpeakUp1-aoakahingahxuwfhopwfckqlxewc/Build/Products/Debug-iphonesimulator/SpeakUp1.app/Bye.mp3 

Warning: Multiple build commands for output file /Users/adrienneiverson/Library/Developer/Xcode/DerivedData/SpeakUp1-aoakahingahxuwfhopwfckqlxewc/Build/Products/Debug-iphonesimulator/SpeakUp1.app/Bye.mp3 

CpResource ../../Sounds/Mp3/Bye.mp3 /Users/adrienneiverson/Library/Developer/Xcode/DerivedData/SpeakUp1-aoakahingahxuwfhopwfckqlxewc/Build/Products/Debug-iphonesimulator/SpeakUp1.app/Bye.mp3 
    cd "/Users/adrienneiverson/Desktop/SURE PROGRAM 2011 - GA TECH/SpeakUp1" 
    setenv PATH "/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin" 
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -resolve-src-symlinks "/Users/adrienneiverson/Desktop/SURE PROGRAM 2011 - GA TECH/SpeakUp1/../../Sounds/Mp3/Bye.mp3" /Users/adrienneiverson/Library/Developer/Xcode/DerivedData/SpeakUp1-aoakahingahxuwfhopwfckqlxewc/Build/Products/Debug-iphonesimulator/SpeakUp1.app 

error: /Users/adrienneiverson/Desktop/SURE PROGRAM 2011 - GA TECH/SpeakUp1/../../Sounds/Mp3/Bye.mp3: No such file or directory 

error: /Users/adrienneiverson/Desktop/SURE PROGRAM 2011 - GA TECH/SpeakUp1/../../Sounds/Mp3/Bye.mp3: No such file or directory 

我不知道多構建命令他們在談論該文件位於他們是說其不在目錄。 ..我輸了....

回答

0

您是否清除了構建文件夾?

或者說你的意思是I've deleted and recreated the file, commented out the code using the file, and cleared but build but nothing seems to be working.

Tjeu

+0

是的,我清除了構建文件夾。仍然出現錯誤 – Adrienne