ios - 为什么Cocos2d 3.4没有install.sh或者install-templates.sh文件

标签 ios objective-c cocos2d-iphone xcode6

我在谷歌上搜索了在 Xcode 6 中安装 Cocos2d 的解决方案。有很多关于安装 Cocos2d 的教程,在每个教程中他们都用 install.sh 或 install-templates.sh 进行了解释。我已经下载了几次 Cocos2d,但没有找到 install.sh 或 install-templates.sh。在终端中显示错误 install.sh 或 install-templates.sh 命令未找到。谁能告诉我这里的安装方法。

最佳答案

install.sh文件包含在cocos2D v3.4目录中。

对于安装,您可以执行以下步骤:
1. 从cocos2D v3.4文件夹中打开终端并拖动install.sh文件。
2. 输入 ./install.sh -d,然后输入 ./install.sh -i
3.完成!

截图:
Location of install.sh file
Terminal Screenshot

关于ios - 为什么Cocos2d 3.4没有install.sh或者install-templates.sh文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30589408/

相关文章:

iphone - 按日期对提取请求进行排序

objective-c - 如何 'pop' 到不在堆栈上的 View Controller

ios - 游戏中心 - 定位

ios - 在越狱的 iOS 上启动守护程序脚本

iphone - 调整大小后提高图像质量

objective-c - 设置 UITableViewCell 的正确高度

cocos2d-iphone - 是否有可能 "reset"任何现有的接触?

python - 在 cocos2d 中显示 Sprite 的问题

ios - iphone 上的队列?

ios - PromiseKit 6 对成员 'value' 的引用在没有上下文类型的情况下无法解析