2011-07-14 14 views
0

ボタンを押すと音が鳴り、最初はうまくいきました。私は何が起こったのか分からない、私はファイルの1つを削除し、今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

関連する問題