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

JIT could not be enabled for DolphiniOS

ObScion opened this issue · 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.