我已经开发了一个调整,最终完成我的工作,我必须使用THEOS来构建,编译和安装我的iDevice上的文件。这就是:
Jordans-MacBook-Pro:CustomColr jordan$ make package install
Making all for tweak CustomColr...
make[2]: Nothing to be done for internal-library-compile.
Making stage for tweak CustomColr...
dpkg-deb: building package com.jordanmckee.customcolr in ./com.jordanmckee.customcolr_0.0.1-13_iphoneos-arm.deb.
install.exec "cat > /tmp/_theos_install.deb; dpkg -i /tmp/_theos_install.deb && rm /tmp/_theos_install.deb" < "./com.jordanmckee.customcolr_0.0.1-13_iphoneos-arm.deb"
好的,它进展顺利......直到我明白了:
ssh: connect to host 10.196.58.6 port 22: Operation timed out
make: *** [internal-install] Error 255
有任何帮助吗?提前谢谢。