2012-02-24 58 views
0

升級到的Xcode 4.3升級到今天的XCode 4.3,我不能生成或運行我的3.2之一後運行後因爲下面的生成錯誤.5項目:「/trunk/Classes/../iTunesArtwork:沒有這樣的文件或目錄」上構建或3.2.5

CpResource Classes/../iTunesArtwork /Users/glen/Library/Developer/Xcode/DerivedData/Project-bfsepykuktirdfeuvqhjyyiuhqii/Build/Products/Debug-iphonesimulator/Project.app/iTunesArtwork cd /Users/glen/Dev/Project/trunk setenv PATH "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin" builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -strip-tool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip /Users/glen/Dev/Project/trunk/Classes/../iTunesArtwork /Users/glen/Library/Developer/Xcode/DerivedData/Project-bfsepykuktirdfeuvqhjyyiuhqii/Build/Products/Debug-iphonesimulator/Project.app

error: /Users/glen/Dev/Project/trunk/Classes/../iTunesArtwork: No such file or directory

周圍有互聯網這個錯誤的few mentions,大多指的是特設建立並添加應用程序圖標生成後。

As suggested here,我已經嘗試添加iTunesArtwork作爲一種資源,以項目爲一個512x512png,這給構建警告,指出的頂層:

Check dependencies

Warning: Multiple build commands for output file /Users/glen/Library/Developer/Xcode/DerivedData/Project-bfsepykuktirdfeuvqhjyyiuhqii/Build/Products/Debug-iphonesimulator/Project.app/iTunesArtwork

其次是早期失效錯誤。 我知道我必須以某種方式擺脫對iTunesArtwork的此參考,但我不確定從哪裏開始尋找或此錯誤源於何處。

我使用從我進口的項目,我還沒有在Xcode 4使用的,這可能是問題的一部分,本地svn存儲庫,但我不知道。

我正嘗試第一次使用iOS 5 SDK進行構建。

回答

0

已解決。

的問題是,一些文件,包括iTunesArtwork,沒有正確地從倉庫中遇到。我找到了這些文件的引用並將其刪除,併成功構建。

+0

我有同樣的問題,但我刪除* .png文件和Xcode中繼續尋找,複製它們:錯誤:/some-path/star-48.png:沒有這樣的文件或目錄,任何想法? – 2012-03-21 10:35:51

+0

如果你使用svn,有一個錯誤,你有時必須重新添加它們,然後刪除它們。真的很煩人。我改成了git repo而不是svn,問題停止了。 – glenstorey 2012-03-21 17:20:45

+0

實際上使用git(github,我猜也是默認情況下的xcode),我現在回放並在根項目文件夾中放置了一個虛擬文件。 – 2012-03-21 17:30:56

相關問題