0

I run the flutter doctor command and it says my Xcode installation is incomplete and no devices detected.

1
  • First of all fix Xcode problem, then update your question. Commented Oct 11, 2020 at 14:47

1 Answer 1

1

You don't need to reinstall or download Xcode. instead, run the commands:

sudo xcode-select --switch /Applications/Xcode.app/Contents/Developer
sudo xcodebuild -runFirstLaunch

then run flutter doctor again.

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.