theos基础开发环境搭建备忘
前置条件是安装xcode
下载基础代码
mkdir /opt/
git clone --recursive https://github.com/kirb/theos.git
vim ~/.zshrc
export PATH="$PATH:/opt/theos/bin"
安装ldid
cd /opt/theos/bin
curl http://joedj.net/ldid
sudo chmod 777 ldid
安装dpkg
brew install dpkg
安装模板
git clone https://github.com/DHowett/theos-nic-templates.git
将下载下来的几个tar文件,放入到/opt/theos/templates/ios路径下
新疆项目
nic.pl
如果出现error,请到其他目录下新建项目。不要在/opt/theos目录下建立
[error] Cowardly refusing to make a project inside $THEOS (/opt/theos/)
检验环境
如果输入nic.pl没有出现新建工程的菜单的话,请检查详细的步骤。。