decosoftware / deco-ide

The React Native IDE
https://www.decosoftware.com/
GNU Affero General Public License v3.0
5.84k stars 311 forks source link

iOS Simulator Tab: No simulators available. #288

Open thelucre opened 7 years ago

thelucre commented 7 years ago

Just installed Version 1.1.2 (0.7.1) and getting a message of No simulators available for iOS. any ideas for how get them to recognize in Deco? I have Command Line Tools v8.3 for OS X 10.12 installed and Xcode v8.3.1.

ayaanx3 commented 7 years ago

same here. did you find a solution?

mivancic commented 6 years ago

In terminal run xcrun simctl list and if this return xcrun: error: unable to find utility "simctl", not a developer tool or in PATH Then you need to assign Xcode version to Command LIne tools.

Open Xcode->Preferences->Locations and under the Command Line tools select Xcode version. After that reload Deco and it should work.

Kwamena-S commented 6 years ago

@mivancic Thanks. All simulators are now listed and I successfully tested with iPhone 6 simulator.