Xcode 中的卡布奇诺框架问题
我在 XCode mkdir 中出现以下错误
:/CappuccinoSample/test6/build/Debug:文件存在 cp: /Developer/Cappuccino/Tools/cxhelper/cxhelper: 没有这样的文件或目录 /CappuccinoSample/test6/build/test6.build/Debug/test6.build/Script-643C0D440E7F85EC00F64609.sh:第 4 行:/CappuccinoSample/test6/build/Debug/test6:没有这样的文件或目录
我尝试解决它,但仍然我执行此处提到的所有内容 http:// cappuccino.org/discuss/2008/10/01/using-xcode-to-develop-in-cappuccino/
但我仍然收到错误
请任何人帮助我
I have following error in XCode
mkdir: /CappuccinoSample/test6/build/Debug: File exists
cp: /Developer/Cappuccino/Tools/cxhelper/cxhelper: No such file or directory
/CappuccinoSample/test6/build/test6.build/Debug/test6.build/Script-643C0D440E7F85EC00F64609.sh: line 4: /CappuccinoSample/test6/build/Debug/test6: No such file or directory
I try to solve it but still I do all stuff which mention here http://cappuccino.org/discuss/2008/10/01/using-xcode-to-develop-in-cappuccino/
But still I get an error
Please anyone help me
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
很可能您的安装已经混乱,或者有不正确或较旧的文件。以下是我要解决的问题:
https://github.com/rbartolome/xcode-cappuccino
将以下文件夹复制到地点:
/Library/Application Support/Developer/Shared/Xcode/
文件模板
项目模板
规格
目标模板
重新启动 xcode,一切都应该顺利工作。
Most likely your install has messed up, or has incorrect or older files. Here is what I would do to fix it:
https://github.com/rbartolome/xcode-cappuccino
Copy the following folders to location:
/Library/Application Support/Developer/Shared/Xcode/
File Templates
Project Templates
Specifications
Target Templates
Restart xcode, and everything should be working smoothly.