make package
==> Notice: Build may be slow as Theos isn’t using all available CPU cores on this computer. Consider upgrading GNU Make: https://github.com/theos/theos/wiki/Parallel-Building
> Making all for tweak antiTweak…
make[2]: Nothing to be done for `internal-library-compile'.
> Making stage for tweak antiTweak…
dm.pl: building package `com.bowen.com:iphoneos-arm' in `./packages/com.bowen.com_0.0.1-6+debug_iphoneos-arm.deb'
open2: exec of lzma -c1 failed at /Users/CP/theos/bin/dm.pl line 116.
make: *** [internal-package] Error 2
解决方法
把 /Users/xxx/theos/makefiles/package/deb.mk
用文本编辑器打开将 _THEOS_PLATFORM_DPKG_DEB_COMPRESSION ?= lzma 改成 _THEOS_PLATFORM_DPKG_DEB_COMPRESSION ?= gzip
⚠️ 修改完成后,将文件夹中的 .theos 和 packages 文件夹删掉,再进行make和后续的操作
网友评论