I can't install cocos2d x to mac osx10.6.7 /xcode4/ios sdk4.3

when I in the terminal command type > sudo …/install-templates-xcode.shf ( force install)
and print this error information error :
Installing Xcode 4 lua iOS template
—————————————————-
cocos2d-x template installer
select the template version to install
3 for xcode3
4 for xcode4
input nothing for all
4

…copying lua files
rsync: link_stat “/Users/apple/lua” failed: No such file or directory (2)
rsync error: some files could not be transferred (code 23) at /SourceCache/rsync/rsync-40/rsync/main.c(992) [sender=2.6.9]
rsync: link_stat “/Users/apple/LICENSE.lua” failed: No such file or directory (2)
rsync error: some files could not be transferred (code 23) at /SourceCache/rsync/rsync-40/rsync/main.c(992) [sender=2.6.9]
rsync: link_stat “/Users/apple/LICENSE.tolua++” failed: No such file or directory (2)
rsync error: some files could not be transferred (code 23) at /SourceCache/rsync/rsync-40/rsync/main.c(992) [sender=2.6.9]
done!
done!
stagefaom:~ apple$

anyone to know how can I install cocos2d x to xcode 4.01 ??? my config : mac osx 10.6.7 server / xcode4.01 / iOS SDK 4.3 ( note: I already have install cocos2d , can I still to install cocos2d x ???)

Sorry for the late reply. I’m on business trip last week.
Please try

./install-templates-xcode.sh uf

use …/ may cause path error.