-
Notifications
You must be signed in to change notification settings - Fork 108
New issue
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
Example project crashed when use the libinspectivec.dylib made by myself #17
Comments
I got some logs : |
Do you have a stack trace? Do the other versions work? |
I got a stack trace from Xcode. |
Hmm, that's hard to read because it's not symbolicated. Kinda looks like infinite recursion, but it's hard to tell what's causing it. Can you try installing the debs found in this repo? |
The debs in stable_debs works well.But I want to add something to this project,so I'm trying to compile it by myself.I tried using lldb to debug it and found that the crash occurred during the loading dylib phase. |
Does it work if you use a different SDK version? Maybe try using the old Theos? Maybe also try adding |
I'm using the latest theos and building with make package FINALPACKAGE=1.
iPhone 5c, iOS 9.0.1, iOS 9.0 SDK
The text was updated successfully, but these errors were encountered: