Open ghost opened 2 years ago
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? I had a similar issue. Maybe is not related, but in my case I was using iTerm. Once I enabled Full Disk Access to Iterm I was able to install the simulator.
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?