altstoreio / AltStore

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

JIT could not be enabled for DolphiniOS #1474

Open ObScion opened 1 month ago

ObScion commented 1 month ago

The process 'altjit' failed with code 1. The process 'python3' failed with code 1. ImportError: dlopen(/Users/andreismachine/Library/Python/3.9/lib/python/site-packages/_cffi_backend.cpython-39-darwin.so, 0x0002): tried: '/Users/andreismachine/Library/Python/3.9/lib/python/site-packages/_cffi_backend.cpython-39-darwin.so' (mach-o file, but is an incompatible architecture (have 'x86_64', need 'arm64e' or 'arm64')), '/System/Volumes/Preboot/Cryptexes/OS/Users/andreismachine/Library/Python/3.9/lib/python/site-packages/_cffi_backend.cpython-39-darwin.so' (no such file), '/Users/andreismachine/Library/Python/3.9/lib/python/site-packages/_cffi_backend.cpython-39-darwin.so' (mach-o file, but is an incompatible architecture (have 'x86_64', need 'arm64e' or 'arm64'))

Title JIT could not be enabled for DolphiniOS.

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. ImportError: dlopen(/Users/andreismachine/Library/Python/3.9/lib/python/site-packages/_cffi_backend.cpython-39-darwin.so, 0x0002): tried: '/Users/andreismachine/Library/Python/3.9/lib/python/site-packages/_cffi_backend.cpython-39-darwin.so' (mach-o file, but is an incompatible architecture (have 'x86_64', need 'arm64e' or 'arm64')), '/System/Volumes/Preboot/Cryptexes/OS/Users/andreismachine/Library/Python/3.9/lib/python/site-packages/_cffi_backend.cpython-39-darwin.so' (no such file), '/Users/andreismachine/Library/Python/3.9/lib/python/site-packages/_cffi_backend.cpython-39-darwin.so' (mach-o file, but is an incompatible architecture (have 'x86_64', need 'arm64e' or 'arm64'))

Reinstalled Homebrew and pymobiledevice3, reinstalled through Xcode and am now getting this error. It seems like there are some files that are x86_64 that should be arm as this is being run on a M1 Mac.