Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

React Native ios Simulator - Simulator is installed but is identified as '; don't know what that is

I'm trying to launch the ios simulator to try an React Native App. I did't hace XCode installed until now.

To install my simulator, I had installed XCode, and I started a project "Simulator", to push "next" I needed a company name, I put "simu", after that, I clicked on "Project > Run", and I could see my simulator run.

In my CLI, when I launch the command yarnpkg run ios, I get this error:

Simulator is installed but is identified as 'simu.Simulator'; don't know what that is.
23:55:17: Failed to start simulator:

Unable to verify Xcode and Simulator installation.

I removed all my simulators, but the name persists, I had search how to change the identificator, but I dont find results.

I would like to know if I can change the "simu.Simulator" to Simulator, someone can help me?

like image 715
BigBugCreator Avatar asked Aug 06 '17 22:08

BigBugCreator


1 Answers

The issue you might be facing is there might not be command line tools selected in your xCode Preferences. In Preferences -> Location, Choose command line tool

enter image description here

like image 114
Sumit Oberoi Avatar answered Oct 03 '22 15:10

Sumit Oberoi