osy/Jitterbug

jitterbug for UTM

Chookyin opened this issue · 2 comments

When I use jitterbug for UTM,It prompts ‘Failed to get the task for process xxx‘ .

paid account
iPhone14 Pro
ios16.3
UTM4.1.6

Same here but with TrollStore on iOS 15.4.1, the troubleshooting section of the repo is extremely vague, it only says "This application does not have the get-task-allow entitlement. Or this is not an development app." but it doesn't say how to fix this.

Surprisingly, Sidestore which uses Jitterbug to enable JIT, does work for me with the same app, so maybe the Sidestore team implemented a fix for the "Failed to get the task for process xxx" error.

The get-task-allow entitlement relates to how the app was signed, and will open the app but hang. This is because there is no relay back (jitterbug is expected the process id, which it doesn’t get). I use iPAWiND and was facing this issue. To fix this, you must enable ‘compatibility mode’ when signing the app. How have you signed it?