altstoreio / AltStore

AltStore is an alternative app store for non-jailbroken iOS devices.

Home Page:https://altstore.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't enable JIT on M4 iPad Pro

ryokun6 opened this issue · comments

Getting this error:
The process 'altjit' failed with code 1. The process 'python3' failed with code 1. pymobiledevice3.exceptions.NoSuchBuildIdentityError: Could not find the manifest for board 8 and chip 33074

Might be outdated lib?

Error Description
The process 'altjit' failed with code 1. The process 'python3' failed with code 1. pymobiledevice3.exceptions.NoSuchBuildIdentityError: Could not find the manifest for board 8 and chip 33074

Failure Reason
The process 'altjit' failed with code 1. The process 'python3' failed with code 1. pymobiledevice3.exceptions.NoSuchBuildIdentityError: Could not find the manifest for board 8 and chip 33074

Title
JIT could not be enabled for UTM.

Source Line
96

executableURL
file:///Applications/AltServer.app/Contents/MacOS/altjit

exitCode
1

output
Mounting personalized developer disk...
❌ Unable to mount personalized Developer Disk.
The process 'python3' failed with code 1. pymobiledevice3.exceptions.NoSuchBuildIdentityError: Could not find the manifest for board 8 and chip 33074

Having the same issue, it seems as though ipad pro m4 can not run jit at the moment

Same issue with ipad air m2 6th gen

Also have the same issue on M4 iPad pro 11"

Following. Same here

Following with the same issue: iPad Pro M4 11”

  • Tried troubleshooting steps from AltStore website
  • Stuck on error Could not find the manifest for board 8 and chip 33074

Going to try SideJITServer next will report back if successful

Following with the same issue: iPad Pro M4 11”

* Tried troubleshooting steps from AltStore website

* Stuck on error `Could not find the manifest for board 8 and chip 33074`

Going to try SideJITServer next will report back if successful

Did it help?

No luck yet.

SideJITServer fails to start and the recommended solution is to run with sudo, which doesn’t sound super safe without reviewing the code. May make a virtual machine to sandbox it and run with sudo but that will take a little time/effort

(tangent, off-topic)

Put in a valiant effort with SideJITServer but no luck.

Got usbmuxd and SideJITServer running and talking over USB, but it all comes crashing down when SideJITServer tries to pair. Throws an exception and dies: pymobiledevice3.exceptions.BadDevError: got an error message: {'MessageType': 'Result', 'Number': 2}

Even tried running it on docker, raspberry pi, and the only one that both paired and served was a Windows VM. Sadly, that's too heavyweight to run as a server.