Simulator not installed (ios)

I already tried everything… I already opened the simulator before the run “expo start” i and continues giving this error!

 Expo CLI 2.19.0 environment info:
    System:
      OS: macOS 10.14.5
      Shell: 3.2.57 - /bin/bash
    Binaries:
      Node: 10.16.0 - /usr/local/opt/node@10/bin/node
      Yarn: 1.16.0 - /usr/local/bin/yarn
      npm: 6.9.0 - /usr/local/opt/node@10/bin/npm
    IDEs:
      Xcode: 10.2.1/10E1001 - /usr/bin/xcodebuild
    npmGlobalPackages:
      expo-cli: 2.19.0```

Same here :c It worked fine before.

  Expo CLI 2.19.0 environment info:
    System:
      OS: macOS 10.14.5
      Shell: 3.2.57 - /bin/bash
    Binaries:
      Node: 10.15.3 - /usr/local/bin/node
      Yarn: 1.16.0 - /usr/local/bin/yarn
      npm: 6.4.1 - /usr/local/bin/npm
    IDEs:
      Android Studio: 3.3 AI-182.5107.16.33.5314842
      Xcode: 10.2.1/10E1001 - /usr/bin/xcodebuild
    npmPackages:
      expo: ^33.0.0 => 33.0.3 
      react: 16.8.3 => 16.8.3 
      react-native: https://github.com/expo/react-native/archive/sdk-33.0.0.tar.gz => 0.59.8 
      react-navigation: ^3.11.0 => 3.11.0 
    npmGlobalPackages:
      expo-cli: 2.19.0

After spending the evening reinstalling xcode etc. I discovered this github issue: execAsync error causing a false-positive xcode simulator failure · Issue #674 · expo/expo-cli · GitHub

TLDR: Issue resolved, just update to the latest expo-cli: npm install -g expo-cli

1 Like

Awesome! Don’t know why I didn’t see this issue earlier.

1 Like

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.