
Homebrew 설치를 위해서 명령어를 터미널에 붙여 넣었는데 갑자기 비밀번호를 요구하는 메시지가 뜨고 그후에 명령어를 입력하거나 비밀번호 입력하라는 창이 안 뜹니다.
터미널을 나가서 다시 모든걸 다시 시작해야 해야 할까요? 터미널이 비밀번호를 입력하라는 문구 다음에 어떠한 것도 입력이 불가능합니다.

작성한 코드 및 에러 메세지
sonbogyeong@sonbogycbookpro ~ % flutter doctor
Doctor summary (to see all details, run flutter doctor -v):
[!] Flutter (Channel stable, 3.7.11, on macOS 13.3 22E252 darwin-x64, locale
ko-US)
! Warning: `flutter` on your path resolves to
/Users/sonbogyeong/Development/flutter/bin/flutter, which is not inside
your current Flutter SDK checkout at
/Users/sonbogyeong/development/flutter. Consider adding
/Users/sonbogyeong/development/flutter/bin to the front of your path.
! Warning: `dart` on your path resolves to
/Users/sonbogyeong/Development/flutter/bin/dart, which is not inside your
current Flutter SDK checkout at /Users/sonbogyeong/development/flutter.
Consider adding /Users/sonbogyeong/development/flutter/bin to the front of
your path.
[✓] Android toolchain - develop for Android devices (Android SDK version 33.0.2)
[✗] Xcode - develop for iOS and macOS
✗ Xcode installation is incomplete; a full installation is necessary for iOS
development.
Download at: https://developer.apple.com/xcode/download/
Or install Xcode via the App Store.
Once installed, run:
sudo xcode-select --switch /Applications/Xcode.app/Contents/Developer
sudo xcodebuild -runFirstLaunch
✗ CocoaPods not installed.
CocoaPods is used to retrieve the iOS and macOS platform side's plugin
code that responds to your plugin usage on the Dart side.
Without CocoaPods, plugins will not work on iOS or macOS.
For more info, see https://flutter.dev/platform-plugins
To install see
https://guides.cocoapods.org/using/getting-started.html#installation for
instructions.
[✓] Chrome - develop for the web
[✓] Android Studio (version 2022.2)
[✓] VS Code (version 1.77.0)
[✓] Connected device (2 available)
[✓] HTTP Host Availability
! Doctor found issues in 2 categories.
sonbogyeong@sonbogycbookpro ~ % flutter doctor
zsh: command not found: flutter
sonbogyeong@sonbogycbookpro ~ % ignore warning
zsh: command not found: ignore
sonbogyeong@sonbogycbookpro ~ % Warning: `dart` on your path resolves to
/Users/sonbogyeong/Development/flutter/bin/dart, which is not inside your
current Flutter SDK checkout at /Users/sonbogyeong/development/flutter.
Consider adding /Users/sonbogyeong/development/flutter/bin to the front of
your path.
zsh: command not found: Warning:
zsh: no such file or directory: /Users/sonbogyeong/Development/flutter/bin/dart,
zsh: command not found: current
zsh: command not found: Consider
zsh: command not found: your
sonbogyeong@sonbogycbookpro ~ % /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
==> Checking for `sudo` access (which may request your password)...
Password:
