[bug] cyan does not fix names like libsubstrate.dylib
#6
Labels
bug
Something isn't working
good first issue
Good for newcomers
help wanted
Extra attention is needed
have you searched the existing issues?
describe the bug.
When building an IPA with the rewrite, I am running into a crashing issue with an app that I build with it. When building Rocket For Instagram with the tweak file, the Cephi framework and the SideloadFix for Instagram being sideloaded, it seems like the Sideload fix .dylib is trying to load libsubstrate.dylib, which is not present. Causing the app to crash on launch.
However, when I have built this in the past, and even now, to test, using the non-rewrite version of pyzule, using the same .debs and the same SideloadFix dylib, I do not crash, and I do not get the libsubstrate.dylib reason for the crash (no crashes at all when build using the pre-rewrite pyzule).
The text was updated successfully, but these errors were encountered: