発生したエラー
Xcode -> Preferences -> Components
から
iOS 〇〇.〇 Simulator
をインストール後に
expo start
でExpoを起動。
起動後にiOS Simulator
を立ち上げようとしたら以下のエラーが出た。
Simulator not installed.
Please visit https://developer.apple.com/xcode/download/ to download Xcode and the iOS simulator.
If you already have the latest version of Xcode installed, you may have to run the command `sudo xcode-select -s /Applications/Xcode.app`.
解決方法
Xcode -> Preferences -> Locations
の
Command Line Tools
でXcode 〇〇.〇 (11E146)
を選択。
再度expo start
をしたら正常に起動した。
※ 〇〇.〇はバージョンを表す