按书上操作make通过make package报错,卡我很久了希望大神帮帮忙

localhost:testtweak Joker$ make

Making all for tweak testtweak…
==> Preprocessing Tweak.xm…
==> Compiling Tweak.xm (armv7)…
==> Linking tweak testtweak (armv7)…
==> Preprocessing Tweak.xm…
==> Compiling Tweak.xm (arm64)…
==> Linking tweak testtweak (arm64)…
==> Merging tweak testtweak…
==> Signing testtweak…
localhost:testtweak Joker$ make package
==> Error: /Applications/Xcode.app/Contents/Developer/usr/bin/make package requires dpkg-deb.
make: *** [internal-package-check] Error 1
localhost:testtweak Joker$ make package messages=yes
==> Error: /Applications/Xcode.app/Contents/Developer/usr/bin/make package requires dpkg-deb.
make: *** [internal-package-check] Error 1
localhost:testtweak Joker$

bin下面的内容
localhost:testtweak Joker$ ls -l /opt/theos/bin
total 528
-rwxr-xr-x 1 root wheel 491 4 21 12:25 deb_build_num.sh
-rwxr-xr-x 1 root wheel 1022 4 21 12:25 denicify.pl
-rwxr-xr-x 1 root wheel 5273 4 21 12:25 dm.pl
-rwxr-xr-x 1 root wheel 61 4 21 12:25 dm.pl.txt
-rwxrwxrwx@ 1 Joker wheel 5333 5 15 2014 dpkg-deb.pl
-rwxr-xr-x 1 root wheel 892 4 21 12:25 fakeroot.sh
-rwxr-xr-x 1 root wheel 148 4 21 12:25 install.copyFile
-rwxr-xr-x 1 root wheel 313 4 21 12:25 install.exec
-rwxr-xr-x 1 root wheel 213 4 21 12:25 install.mergeDir
-rwxrwxrwx@ 1 Joker wheel 154728 4 20 14:30 ldid
drwxr-xr-x 6 root wheel 204 4 21 12:25 lib
-rwxr-xr-x 1 root wheel 2125 4 21 12:25 logify.pl
-rwxr-xr-x 1 root wheel 29077 4 21 12:25 logos.pl
-rwxr-xr-x 1 root wheel 8874 4 21 12:25 nic.pl
-rwxr-xr-x 1 root wheel 3616 4 21 12:25 nicify.pl
-rwxr-xr-x 1 root wheel 980 4 21 12:25 package_version.sh
-rwxr-xr-x 1 root wheel 437 4 21 12:25 target.pl
-rwxr-xr-x 1 root wheel 1036 4 21 12:25 update-git-repo
-rwxr-xr-x 1 root wheel 552 4 21 12:25 vercmp.pl

已经在站内搜索解决, 原因 dpkg-deb在mac下会隐藏后缀, 你需要右键显示简介来去掉pl后缀后再授权就可以了