Tweak 成功安装后什么效果都没有

我按照第二版书中的第一个例子在SpringBoard启动完成后弹出对话框 做了一个tweak, 编译,打包,安装一切正常,但是没有任何效果。

filter写没

什么filter?书中的例子没有说啊

我查看了下 filter 里面加了 com.apple.springboard

看看substrate的日志

怎么看日志,我是新手,望指教!

juzhdeMacBook-Pro:haoge juzh$ make package install
/Users/juzh/Documents/yueyu/haoge/theos/makefiles/targets/Darwin/iphone.mk:41: Deploying to iOS 3.0 while building for 6.0 will generate armv7-only binaries.
Making all for tweak haoge…
Preprocessing Tweak.xm…
Compiling Tweak.xm…
Linking tweak haoge…
Stripping haoge…
Signing haoge…
Making stage for tweak haoge…
dm.pl: building package com.haoge.haoge:iphoneos-arm' in ./com.haoge.haoge_0.0.1-30_iphoneos-arm.deb’
install.exec “cat > /tmp/_theos_install.deb; dpkg -i /tmp/_theos_install.deb && rm /tmp/_theos_install.deb” < “./com.haoge.haoge_0.0.1-30_iphoneos-arm.deb”
root@192.168.10.114’s password:
(Reading database … 3941 files and directories currently installed.)
Preparing to replace com.haoge.haoge 0.0.1-23 (using /tmp/_theos_install.deb) …
Unpacking replacement com.haoge.haoge …
Setting up com.haoge.haoge (0.0.1-30) …
install.exec “killall -9 SpringBoard”
root@192.168.10.114’s password:

Jan 29 11:42:42 iPhone ReportCrash[686]: MS:Notice: Injecting: (null) [ReportCrash] (1144.17)
Jan 29 11:42:42 iPhone ReportCrash[686]: MS:Notice: Loading: /Library/MobileSubstrate/DynamicLibraries/RocketBootstrap.dylib
Jan 29 11:42:42 iPhone ReportCrash[686]: MS:Error: binary does not support this cpu type
Jan 29 11:42:42 iPhone ReportCrash[686]: MS:Error: failure to check haoge.dylib

兄弟你的问题解决了吗?我也遇到这情况,不明白

目测是编译的目标平台有问题 makefile文件中加上 ARCHS = armv7 armv7s arm64 就都支持了

新手求问,这个的路径在哪儿啊?