Skip to content
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

Open
revfast opened this issue Apr 22, 2022 · 4 comments
Open

APP force closes after install #1

revfast opened this issue Apr 22, 2022 · 4 comments

Comments

@revfast
Copy link

revfast commented Apr 22, 2022

is this version specific? I created the IPA but the app just force closes after install.

@qnblackcat
Copy link
Owner

qnblackcat commented Apr 23, 2022

  1. Device info? Sideload tool?
  2. I've tested on FB v363.0 (latest) and it works fine. You can get it from my AltStore repo

https://qnblackcat.github.io/AltStore/

@revfast
Copy link
Author

revfast commented Apr 24, 2022

  1. Device info? Sideload tool?

  2. I've tested on FB v363.0 (latest) and it works fine. You can get it from my AltStore repo

https://qnblackcat.github.io/AltStore/

I'm using iPhone 12 Pro plus, and side loading with signulous.

@revfast
Copy link
Author

revfast commented Apr 25, 2022

  1. Device info? Sideload tool?
  2. I've tested on FB v363.0 (latest) and it works fine. You can get it from my AltStore repo

https://qnblackcat.github.io/AltStore/

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.

@qnblackcat
Copy link
Owner

  • If you want to use the compiled dylib, then use it with a tool like Azule or Sideloadly.
  • If you want to use theos-jailed, then you DO NOT need to download the compiled dylib, because theos will compile the source code and gives you the dylib.

make[2]: Nothing to be done for `internal-library-compile'.

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants