2012-07-11 47 views
0

我正在嘗試安裝cocos3d,並且在安裝過程中我必須找到安裝cocos2d時的所有文件。我不能爲我的生活中尋找到這些人,所以我只是重新下載並重新安裝了它,並試圖安裝裝配cocos3d時使用這些文件,但它吐出所有這些錯誤回到我安裝cocos3d的問題

cocos3d installer 

Copying cocos2d libraries to workspace 
...copying cocos2d files 
...copying cocos2d dependency files 
rsync: link_stat "/Users/Torgerson/cocos2d/external/FontLabel" failed: No such file or directory (2) 
rsync error: some files could not be transferred (code 23) at /SourceCache/rsync/rsync-42/rsync/main.c(992) [sender=2.6.9] 
...copying CocosDenshion files 
rsync: link_stat "/Users/Torgerson/cocos2d/CocosDenshion/CocosDenshion" failed: No such file or directory (2) 
rsync error: some files could not be transferred (code 23) at /SourceCache/rsync/rsync-42/rsync/main.c(992) [sender=2.6.9] 
...copying cocoslive files 
rsync: link_stat "/Users/Torgerson/cocos2d/cocoslive" failed: No such file or directory (2) 
rsync error: some files could not be transferred (code 23) at /SourceCache/rsync/rsync-42/rsync/main.c(992) [sender=2.6.9] 
...copying cocoslive dependency files 
rsync: link_stat "/Users/Torgerson/cocos2d/external/TouchJSON" failed: No such file or directory (2) 
rsync error: some files could not be transferred (code 23) at /SourceCache/rsync/rsync-42/rsync/main.c(992) [sender=2.6.9] 
done! 

Installing Xcode 4 cocos3d iOS template 
---------------------------------------------------- 

...removing old template: /Users/Torgerson/Library/Developer/Xcode/Templates/cocos3d/cocos3d Application.xctemplate 
...creating destination directory: /Users/Torgerson/Library/Developer/Xcode/Templates/cocos3d/cocos3d Application.xctemplate 
...copying cocos3d Application template files 
rsync: link_stat "/Users/Torgerson/Templates/Xcode4/cocos3d Application.xctemplate/." failed: No such file or directory (2) 
rsync error: some files could not be transferred (code 23) at /SourceCache/rsync/rsync-42/rsync/main.c(992) [sender=2.6.9] 
...creating destination directory: /Users/Torgerson/Library/Developer/Xcode/Templates/cocos3d/cocos3d Application.xctemplate/Resources 
rsync: link_stat "/Users/Torgerson/Demos/Common/Resources/hello-world.pod" failed: No such file or directory (2) 
rsync error: some files could not be transferred (code 23) at /SourceCache/rsync/rsync-42/rsync/main.c(992) [sender=2.6.9] 
...removing old template: /Users/Torgerson/Library/Developer/Xcode/Templates/cocos3d/cocos3d-base.xctemplate 
...creating destination directory: /Users/Torgerson/Library/Developer/Xcode/Templates/cocos3d/cocos3d-base.xctemplate 
...copying cocos3d-base template files 
rsync: link_stat "/Users/Torgerson/Templates/Xcode4/cocos3d-base.xctemplate/." failed: No such file or directory (2) 
rsync error: some files could not be transferred (code 23) at /SourceCache/rsync/rsync-42/rsync/main.c(992) [sender=2.6.9] 
...removing old template: /Users/Torgerson/Library/Developer/Xcode/Templates/cocos3d/cocos3d-lib.xctemplate 
...creating destination directory: /Users/Torgerson/Library/Developer/Xcode/Templates/cocos3d/cocos3d-lib.xctemplate 
...copying cocos3d-lib template files 
rsync: link_stat "/Users/Torgerson/Templates/Xcode4/cocos3d-lib.xctemplate/." failed: No such file or directory (2) 
rsync error: some files could not be transferred (code 23) at /SourceCache/rsync/rsync-42/rsync/main.c(992) [sender=2.6.9] 
...copying cocos3d files to cocos3d-lib template 
rsync: link_stat "/Users/Torgerson/cocos3d" failed: No such file or directory (2) 
rsync error: some files could not be transferred (code 23) at /SourceCache/rsync/rsync-42/rsync/main.c(992) [sender=2.6.9] 
done! 

而作爲現在我不能創建一個新的cocos3d項目,它全部運行,但我沒有在xcode中的cocos3d模板?任何幫助:)謝謝

+0

安裝Kobold2D v1.0.5並開始行動:http://www.kobold2d.com/display/KKSITE/Kobold2D+Download – LearnCocos2D 2012-07-11 15:57:52

回答

1

腳本顯然試圖將文件從

/Users/Torgerson/cocos2d 

/Users/Torgerson/cocos3d 

複製移動的cocos2d和cocos3d這些目錄應該修復它。