0
votes

I just installed flutter on my mac and xcode etc, I am trying to run the flutter demo app on my simulator and it keeps telling showing me no device connected regardless of the fact that my simulator is online and running, I can't seem to figure out what the problem is, if I can get help to solve this I will be very grateful.

Flutter Doctor [✓] Flutter (Channel stable, v1.17.1, on Mac OS X 10.13.6 17G66, locale en-US)

[!] Android toolchain - develop for Android devices (Android SDK version 29.0.3) ✗ Android licenses not accepted. To resolve this, run: flutter doctor --android-licenses [!] Xcode - develop for iOS and macOS (Xcode 10.0) ✗ Flutter requires a minimum Xcode version of 11.0.0. Download the latest version or update via the Mac App Store. [✓] Android Studio (version 3.6) [!] Connected device ! No devices available

..... thanks guys

1

1 Answers

0
votes

You need Xcode version 11.0.0 at a minimum. Try updating it from the AppStore, it should work after that. Xcode is required to build and sign iOS Apps, so if you do not have a valid version, Flutter can't build to those devices.

From your error message: "[!] Xcode - develop for iOS and macOS (Xcode 10.0) ✗ Flutter requires a minimum Xcode version of 11.0.0."