Flutter
Flutter Doctor iOS error 해결 방안
바삭바삭감튀
2024. 10. 21. 01:16
1. 에러
Xcode installation is incomplete; a full installation is necessary for iOS and macOS development.
1. 해결 방안
해당 커멘드를 실행한다.
sudo xcode-select --switch /Applications/Xcode.app/Contents/Developer
sudo xcodebuild -runFirstLaunch
2. 에러
CocoaPods not installed.
CocoaPods is a package manager for iOS or macOS platform code.
Without CocoaPods, plugins will not work on iOS or macOS.
2. 해결 방안
cocoapods를 설치하면된다.
brew install cocoapods
728x90
반응형