osy / Jitterbug

Launch JIT enabled iOS app with a second iOS device
Apache License 2.0
1.11k stars 89 forks source link

jitterbug for UTM #75

Open Chookyin opened 1 year ago

Chookyin commented 1 year ago

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

ivansavra1 commented 1 year ago

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.

theMaddis commented 10 months ago

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?