Xcode 中的卡布奇诺框架问题

发布于 2024-10-17 22:51:14 字数 547 浏览 2 评论 0原文

我在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

罪#恶を代价 2024-10-24 22:51:14

很可能您的安装已经混乱,或者有不正确或较旧的文件。以下是我要解决的问题:

  1. 清理旧文件(删除 /Developer/Cappuccino 文件夹)。
  2. 从以下位置下载/提取新的 tarball:
    https://github.com/rbartolome/xcode-cappuccino
  3. 将以下文件夹复制到地点:
    /Library/Application Support/Developer/Shared/Xcode/

    文件模板
    项目模板
    规格
    目标模板

  4. 重新启动 xcode,一切都应该顺利工作。

Most likely your install has messed up, or has incorrect or older files. Here is what I would do to fix it:

  1. Clean up the old files (trash the /Developer/Cappuccino folder).
  2. Download/extract fresh tarball from:
    https://github.com/rbartolome/xcode-cappuccino
  3. Copy the following folders to location:
    /Library/Application Support/Developer/Shared/Xcode/

    File Templates
    Project Templates
    Specifications
    Target Templates

  4. Restart xcode, and everything should be working smoothly.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文