Your tweak, "5 in 1 Pnwer" (com.zahirsher.pwner, version 1.0) is missing a filter file. Without a filter file, your tweak will be loaded into *every* process controlled by launchd, not only apps but daemons as well. This can lead to crashing and other issues. Even if you absolutely require that your tweak be loaded into all processes, please do so via an appropriately-constructed filter file. Note that even if your tweak operates properly when loaded into daemons, it may cause other tweaks to also be loaded, and those other tweaks may *not* be designed to work with daemons. This is especially a problem if your tweak links to UIKit. If your tweak uses UIKit, be sure to either avoid targetting non-apps (e.g. daemons), or avoid directly linking to UIKit (use dlopen() instead, making sure to do so outside of the tweak's constructor). /* Generated by CrashReporter - cydia://package/crash-reporter */ Sent from my iPad