AltStore icon indicating copy to clipboard operation
AltStore copied to clipboard

JIT could not be enabled for DolphiniOS

Open ObScion opened this issue 1 year ago • 0 comments

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.

ObScion avatar May 25 '24 18:05 ObScion