Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

iOS simulators not showing in Titanium Studio

I recently updated my xcode from version 7.3 to 9.0.1 now in titanium studio simulators are not showing up inside run option. In previous version they were working fine. Also i confirmed that my xcode path in Titanium studio is correct and it shows it as "Installed" when i run some app from run configuration option i get this error.

 [ERROR] :  Invalid "--device-id" value "iPhone"
 Available iOS Simulators:
 For help, run: titanium.js help build

Please share any clue to solve this issue. Thanks

like image 870
Ali Akram Avatar asked Oct 30 '17 12:10

Ali Akram


People also ask

How do I add iOS simulator 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.

Where is iOS simulator data stored?

type: ~/Library/Application Support/iPhone Simulator.

Where is Xcode devices and Simulators window?

Xcode. Open Xcode and in the top menu go to Window > Devices and Simulators.


1 Answers

I had same issue.

Try this command in terminal.

sudo xcode-select -s /Applications/Xcode.app/Contents/Developer/

Miro

like image 83
Miro Avatar answered Sep 22 '22 11:09

Miro