Hi everyone, I am facing a critical issue with my Share Sheet being completely empty, and I need technical assistance.
Device Details:
- iPhone 14 Pro Max
- iOS 16.5
- Jailbreak: RootHide Dopamine
- TrollStore installed
The Issue:
My Share Sheet is blank (no apps appear). According to Cr4shed and CocoaTop, the pkd (PluginKit Daemon) and routined services are in a constant crash loop (over 10k crashes).
Technical Findings:
-
Crash logs for multiple App Extensions (like JadwalWidget, RocketOrder) show the following error:
Termination Reason: Symbol not found ... built for iOS 17.4
It seems these apps were updated for iOS 17.4 and are causing the system to panic on my iOS 16.5 device. -
The
LaunchServicesdatabase file (com.apple.LaunchServices-*.csstore) is missing from/var/mobile/Library/Caches/, likely becausepkdcrashes before it can rebuild it. -
backboarddCPU usage is abnormally high due to these background crashes.
I need a way to stop pkd from crashing or force the system to ignore these incompatible extensions so the Share Sheet can rebuild successfully.