You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use the Logos tweak plugin for Hook,
After the app installs the deb, it will crash directly without any error
But when I run directly through Xcode directly on the phone, xcode will appear these errors #0 0x00000001039a5d7c in __ARCLite__load() at /System/Volumes/Data/SWE/Apps/DT/BuildRoots/BuildRoot2/ActiveBuildRoot/Library/Caches/com.apple.xbs/Sources/arclite_iOS/arclite-76/source/arclite.mm:1740
#1 0x00000001afb02660 in load_images () #37 0x0000000102f0d038 in _dyld_start ()
control
Package: com.test1.hook
Name: Demo Hook
Depends: mobilesubstrate
Architecture: iphoneos-arm
Description: Hook the viewDidLoad method in _TtC9Hooktest14ViewController class
Maintainer: yyy Name
Author: yyyy Name
Section: Tweaks
Version: 1.0
The original code is using swift
After the hopper comes out, the target func is as follows
I use the Logos tweak plugin for Hook,
After the app installs the deb, it will crash directly without any error
But when I run directly through Xcode directly on the phone, xcode will appear these errors
#0 0x00000001039a5d7c in __ARCLite__load() at /System/Volumes/Data/SWE/Apps/DT/BuildRoots/BuildRoot2/ActiveBuildRoot/Library/Caches/com.apple.xbs/Sources/arclite_iOS/arclite-76/source/arclite.mm:1740
#1 0x00000001afb02660 in load_images ()
#37 0x0000000102f0d038 in _dyld_start ()
control
The original code is using swift
After the hopper comes out, the target func is as follows
hook.xm
target phone
iphone11pro
ios 14.6
JB unc0ver
Can someone help me please
The text was updated successfully, but these errors were encountered: