-
Notifications
You must be signed in to change notification settings - Fork 243
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Simulator install fails on Apple Silicon #464
Comments
Tried installing with the kernel extensions allowed, still fails 😞 Xcode version is 13.4.1, installed with the same tool. |
I think the system extension thing is a red herring. The actual issue seems to be that the DMG xcode-install downloads (e.g. https://devimages-cdn.apple.com/downloads/xcode/simulators/com.apple.pkg.iPhoneSimulatorSDK15_4-15.4.1.1650505652.dmg) is for x86. This error is displayed when trying to run the installer from Finder: |
Which terminal are you using? Which is the output of this command: cat /var/log/install.log That output helped me a lot to understand the root cause. Hope this helps. |
Disabling SIP worked |
I have tried installing a simulator on three different Apple Silicon devices (two M1 MacBooks and one M1 Mac Mini). For all machines, the Xcode install works fine but then the simulator install fails always here:
It seems enabling system extensions would be needed, this popped up during the install:
I did not find any mention of this in the docs.
What is the support status on Apple Silicon for simulator install? Is allowing system / kernel extensions required for it to work?
The text was updated successfully, but these errors were encountered: