본문 바로가기
반응형

맥북3

[ios][flutter] Invalid Podfile file: undefined method `enable_user_defined_build_types!' [ios][flutter] Invalid Podfile file: undefined method `enable_user_defined_build_types!' 해결 방법 터미널을 열고 아래 명령어를 차례대로 입력한다. gem cleanup brew uninstall cocoapods sudo gem uninstall cocoapods sudo gem install cocoapods -v 1.10.0 -n /usr/local/bin sudo gem install cocoapods-user-defined-build-types pod install --repo-update ( 2023. 1. 14.
[ios][flutter] Warning: CocoaPods not installed. Skipping pod install [ios][flutter] Warning: CocoaPods not installed. Skipping pod install 개요 맥에서 플러터 앱을 ios버전으로 빌드할 때 아래와 같은 에러가 발생할 때가 있다. Warning: CocoaPods not installed. Skipping pod install 해결 방법 1. 이럴 땐 아래 명령어를 터미널에 입력하자. sudo gem install cocoapods 2. 위 명령어가 안될 때는 homebrew를 사용하자. (아래 명령어 실행) brew install cocoapods 2023. 1. 14.
맥북에서 Homebrew 설치하는 방법 맥북에서 Homebrew 설치하는 방법 터미널을 열고 아래 순서대로 명령어를 입력하면 된다. 간단하다! 1. /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" 2. echo 'eval "$(/opt/homebrew/bin/brew shellenv)"' >> /Users/사용자계정/.zprofile 3. eval "$(/opt/homebrew/bin/brew shellenv)" 4. 이제 다 됐다! 아래 명령어까지만 실행이 잘 된다면 설치 완료!! brew --version 2023. 1. 14.
반응형