qnblackcat / FBSideloadfix

Fix Facebook sign-in when sideload it
MIT License
28 stars 7 forks source link

APP force closes after install #1

Open revfast opened 2 years ago

revfast commented 2 years ago

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

qnblackcat commented 2 years ago
  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 commented 2 years ago
  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 commented 2 years ago
  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 commented 2 years ago
    • 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.
  1. 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.