6

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

Ali Akram
  • 4,803
  • 3
  • 29
  • 38

1 Answers1

11

I had same issue.

Try this command in terminal.

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

Miro

Abhishek kumar
  • 4,347
  • 8
  • 29
  • 44
Miro
  • 111
  • 1
  • 3