新人问题 make package install 失败

GOOGLE了半天也没找到办法来求助,
求帮助,刚入逆向小白,大神轻虐

➜  iosretestone  make package install

Making all for tweak iOSReTestOne…
Preprocessing Tweak.xm…
Compiling Tweak.xm…
Linking tweak iOSReTestOne…
Stripping iOSReTestOne…
Signing iOSReTestOne…
Making all in test…
Making all for tweak test…
Preprocessing Tweak.xm…
Compiling Tweak.xm…
Linking tweak test…
Stripping test…
Signing test…
Making stage for tweak iOSReTestOne…
Making stage in test…
Making stage for tweak test…
dm.pl: building package com.sangshen.iosretestone:iphoneos-arm' in ./com.sangshen.iosretestone_0.0.1-14_iphoneos-arm.deb’
install.exec “cat > /tmp/_theos_install.deb; dpkg -i /tmp/_theos_install.deb && rm /tmp/_theos_install.deb” < “./com.sangshen.iosretestone_0.0.1-14_iphoneos-arm.deb”
root@192.168.2.2’s password:
(Reading database … 8771 files and directories currently installed.)
Preparing to replace com.sangshen.iosretestone 0.0.1-13 (using /tmp/_theos_install.deb) …
Unpacking replacement com.sangshen.iosretestone …
dpkg: dependency problems prevent configuration of com.sangshen.iosretestone:
com.sangshen.iosretestone depends on firemware (>= 8.0); however:
Package firemware is not installed.
dpkg: error processing com.sangshen.iosretestone (–install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
com.sangshen.iosretestone
make: *** [internal-install] Error 1

不明白它指的固件是什么~怎么导入

firmware就是手机的固件型号

贴出makefile来看看

THEOS_DEVICE_IP = 192.168.2.2

ARCHS = armv7 arm64

TARGET = iphone:latest:8.0

include theos/makefiles/common.mk

TWEAK_NAME = iOSReTestOne
iOSReTestOne_FILES = Tweak.xm
iOSReTestOne_FRAMEWORKS = UIKit

include $(THEOS_MAKE_PATH)/tweak.mk

after-install::
install.exec “killall -9 SpringBoard”

SUBPROJECTS += test
include $(THEOS_MAKE_PATH)/aggregate.mk

iPhone系统是iOS9.0.1
谢谢,帮忙看下

为啥日志中的 Package firemware is not installed.
fir e mware 是这么拼写的呢

subprojects的test 是什么

谢谢指导~
我control里面拼写错误。
不好意思~