0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

FlutterでiOS Simulatorが起動しない

Last updated at Posted at 2025-06-23

はじめに

こんにちは、ユーゴです。
今回は、FlutterでiOS Simulatorを起動しようとした時に、エラーで詰まったので紹介します。

問題

以下のようなエラーが出て、Flutter上でiOS Simulatorが開けない。

Failed to launch iOS Simulator: Error: Emulator didn't connect within 60 seconds

01.png

原因

XCode側で、シミュレータの作成を忘れていました。

↓シミュレータがない

02.png

解決策

(0) XCodeプロジェクトがない人は、適当に作りましょう。

(1) 設定 (Manage Run Destinations...) を開きます

03.png

(2) +ボタンを押します

05.png

(3) 必要に応じて機種とOSを選択し、Createボタンを押します

06.png

(4) VSCodeやSimulatorなど関係するアプリを開いている場合は、一度全て終了すると安全です。もう一度起動して確認しましょう

開けました。

07.png

まとめ

いかがだったでしょうか。今回は、割と初歩的なミスで詰まったものでしたが、ネットで調べたりChatGPTに聞いたりしても「キャッシュが問題」というような解説だけだったので、私はすぐに解決できませんでした。

このように、FlutterとXCode周りの解説から、Unity, AWS, GAS, 量子コンピューティングなど、縦横幅広く技術について紹介しております。

お役に立てましたら、いいね・フォローなどよろしくお願いします!

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?