-
Notifications
You must be signed in to change notification settings - Fork 7
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
APP force closes after install #1
Comments
|
I'm using iPhone 12 Pro plus, and side loading with signulous. |
I did notice that I have to put the FBSideloadfix.dylib file on the Tweaks folder, if I don't do that I get an "Undefined symbols for architecture arm64" error message. I'm also using xcode 12.4 with its command tools on my Mac, I can't install anything newer as it's unsupported by my mac. I notice a warning on the Making all for tweak FBSideloadfix portion of the tweak "make[2]: Nothing to be done for `internal-library-compile'." I'm going to see if that may be causing the problem with app crash. |
This is not an error. The compiler simply tells you that the source code has been converted into the dylib, no need to convert it again. |
is this version specific? I created the IPA but the app just force closes after install.
The text was updated successfully, but these errors were encountered: