altstoreio / AltStore

AltStore is an alternative app store for non-jailbroken iOS devices.
https://altstore.io
GNU Affero General Public License v3.0
11.68k stars 886 forks source link

Failed to enable AltJIT on MacOS due to missing binary "mounter" #1347

Closed HouzuoGuo closed 9 months ago

HouzuoGuo commented 10 months ago

The macos kernel version is:

Darwin howardguo 23.1.0 Darwin Kernel Version 23.1.0: Mon Oct  9 21:27:24 PDT 2023; root:xnu-10002.41.9~6/RELEASE_ARM64_T6000 x86_64

When enabling jit for UTM, the following error appears:

Error Description
The process 'altjit' failed with code 1. The process 'python3' failed with code 2. Error: No such command 'mounter'.

Failure Reason
The process 'altjit' failed with code 1. The process 'python3' failed with code 2. Error: No such command 'mounter'.

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 2. Error: No such command 'mounter'.
hscumbie commented 10 months ago

Are you sure pymobiledevice3 installed without errors? You can run python3 -m pip list and see if pymobiledevice3 is listed.

If it is listed, try installing again anyways. A dependency might've not been installed correctly.

HouzuoGuo commented 9 months ago

Thank you, I’m probably going to revisit altjit in the future, for now I’ll check something else out.

Jedidude commented 5 months ago

I have this exact same issue. Macbook Pro 14 M1 Pro MacOS 14.4.1 iPhone 11 Pro iOS 17.4.1

mv-stns commented 4 months ago

Thank you, I’m probably going to revisit altjit in the future, for now I’ll check something else out.

Still not working, mounter missing...


Error Description
The process 'altjit' failed with code 1. The process 'python3' failed with code 2. Error: No such command 'mounter'.

Failure Reason
The process 'altjit' failed with code 1. The process 'python3' failed with code 2. Error: No such command 'mounter'.

Title
JIT could not be enabled for DolphiniOS.

Source Line
96

executableURL
file:///private/var/folders/gn/qgfmldqx6jz0kydhct25sw1w0000gn/T/AppTranslocation/EF944FFC-7378-4B71-A417-7F88B8573845/d/AltServer.app/Contents/MacOS/altjit

exitCode
1

output
Mounting personalized developer disk...
❌ Unable to mount personalized Developer Disk.
The process 'python3' failed with code 2. Error: No such command 'mounter'.