-
-
Notifications
You must be signed in to change notification settings - Fork 81
Description
Hi, there's a bug when injecting a tweak into the springboard. It shows a blackscreen when trying to respring. Then you have to force reboot, disable tweak injection and remove the tweak.
I believe this is either a Dopamine or ElleKit bug. I have made this simple repository as exemple to reproduce the bug: https://github.com/xelahot/BlackBoardBug
This occurs only when the makefile tells to compile the tweak.xm AND another .mm class. Then if you try to create an instance of that class and that your tweak is targetting the springboard, you'll have the bug. I have the same issue when compiling on iOS or Linux. A friend also compiled it and the same problem happens. I think there's no actual crash so I'm having a hard time figuring out what the problem is.