Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can't create new simulator in xcode 9 beta

I have just installed xcode 9.0 beta. And I'm trying create a new simulator, but it no response when I click Create button (image below). Any idea?

enter image description here

like image 756
quang thang Avatar asked Jun 07 '17 06:06

quang thang


People also ask

How do I add new simulators to Xcode?

If you require a different version of the iOS simulator than is provided by your Xcode installation, you can download additional simulators in Xcode. Open Xcode and click Menu > Xcode > Preferences > Select Components, and then choose the simulator version you want to download.

Is iOS simulator arm64?

The iOS simulator's architecture is x86_64 (the latest Xcode doesn't support an i386-based simulator that the answer refers to), whereas a real iOS device (such as an iPhone or iPad) can be arm64 or arm64e. So when building an app for the simulator you need to specify x86_64, not an ARM architecture.

How do I change generic iOS device to simulator Xcode?

Open Xcode, Goto Preferences, Select Component. Click on Simulators of your choice then it will start the process of download & installing the simulators.


1 Answers

Restart xcode resolved my issue.

like image 161
quang thang Avatar answered Sep 21 '22 09:09

quang thang