We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
iPhone:~ root# DYLD_INSERT_LIBRARIES=dumpdecrypted.dylib /var/mobile/Containers/Bundle/Application/BAEEB385-FB00-4C99-81CF-F64F7D4B124A/LTao4iPhone.app/LTao4iPhone
dyld: Symbol not found: ___chkstk_darwin Referenced from: dumpdecrypted.dylib Expected in: /usr/lib/libSystem.B.dylib in dumpdecrypted.dylib Trace/BPT trap: 5
iPhone5s, iOS8.4, macOS Catalina 10.15, xcode11.1
how to solve the problem
The text was updated successfully, but these errors were encountered:
Add a option to CFLAGS
CFLAGS
CFLAGS = -target arm64-apple-ios8.0 ...
Sorry, something went wrong.
@SAGESSE-CN Thanks!
No branches or pull requests
iPhone:~ root# DYLD_INSERT_LIBRARIES=dumpdecrypted.dylib /var/mobile/Containers/Bundle/Application/BAEEB385-FB00-4C99-81CF-F64F7D4B124A/LTao4iPhone.app/LTao4iPhone
dyld: Symbol not found: ___chkstk_darwin
Referenced from: dumpdecrypted.dylib
Expected in: /usr/lib/libSystem.B.dylib
in dumpdecrypted.dylib
Trace/BPT trap: 5
iPhone5s, iOS8.4, macOS Catalina 10.15, xcode11.1
how to solve the problem
The text was updated successfully, but these errors were encountered: