flutter) CocoaPods not installed
2023. 10. 29. 12:34
Frontend/Dart & Flutter
1 sudo gem install cocoapods 2 sudo gem install -n /usr/local/bin cocoapods 3 sudo gem install activesupport -v 4.2.6 4 pod setup 이정도만해도 해결됨 4번 뒤에 과정도 있지만 4번까지 flutter 인식됨 이래도 안되면 중요한거는 ruby 최신버전으로 업데이트 해야한다 출처 https://stackoverflow.com/questions/20755044/how-do-i-install-cocoapods#comment61936592_34468906
Flutter ) install
2023. 2. 17. 12:50
Frontend/Dart & Flutter
install 플러터 설치 공식 설치 Install Install Flutter and get started. Downloads available for Windows, macOS, Linux, and Chrome OS operating systems. docs.flutter.dev 더 쉬운 설치 brew install --cask flutter 시뮬레이터 설치 IOS와 안드로이드 스튜디오 설치 확인 터미널에 flutter doctor 옳은 화면 문제 해결 안드로이드 설치한 후 명령어 flutter doctor --android-licenses IOS 두개 명령어 치기 홈페이지로 이동 홈페이지대로 아래 명령어 치기 sudo gem install cocoapods 완료