Quantcast
Channel: 睿论坛 - 最新话题
Viewing all articles
Browse latest Browse all 5731

编译arm64 these tweak 运行出错

$
0
0

@liangyong wrote:

测试环境 iPhone5s

makefile
THEOS_DEVICE_IP = 192.168.0.106
TARGET := iphone:9.0:7.0
ARCHS := armv7 arm64

include theos/makefiles/common.mk

TWEAK_NAME = mytest
iCleaner_FILES = Tweak.xm
iCleaner_FRAMEWORKS = UIKit SystemConfiguration

include $(THEOS_MAKE_PATH)/tweak.mk

after-install::
install.exec "killall -9 SpringBoard"

编译安装运行后出现如下错误
Service exited due to signal: Illegal instruction: 4

这个tweak在5c上makefile只支持armv7能正常运行的。在5s arm64位就不能运行,libsubstrate.dylib也换成了5S机器上拷贝出来的。

Posts: 2

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 5731

Trending Articles