install
![[iOS Build] CocoaPods Homebrew이용해 간단히 설치하기](https://img1.daumcdn.net/thumb/R750x0/?scode=mtistory2&fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FdGJrCN%2FbtroXOgNQ5H%2Fd34CktBK2OO3yX1efjif20%2Fimg.png)
[iOS Build] CocoaPods Homebrew이용해 간단히 설치하기
CocoaPods 설치하기 CocoaPods를 설치하려고 이 문서 저 문서를 뒤지면서 설치를 진행했는데 오류가 생겨서 해결 방법을 찾아 글을 쓰게 되었다. 인터넷 상에는 gem을 사용해 install하는 방법만 있는데, 이 방법으로 install하면 잘못 설치되어 pod install 명령어를 실행 시 오류가 발생한다. 이에 따라 HomeBrew를 이용해 한 번에 설치하는 방법에 대해 살펴보고자한다. Homebrew 설치하기 Homebrew는 터미널에서 다음 명령어를 실행해 설치할 수 있다. /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" 다음 페이지를 참조하길 바란다. https:..
![[Flutter Install] 1. Window Chocolatey 설치 가이드](https://img1.daumcdn.net/thumb/R750x0/?scode=mtistory2&fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FDpMMw%2FbtrndHdelpS%2FgfTq8plEGWehi9YOc1aqo0%2Fimg.png)
[Flutter Install] 1. Window Chocolatey 설치 가이드
목차 1. Window Chocolatey 설치 가이드 2. Window Dart 설치 가이드 : Chocolatey 이용 3. Window Flutter SDK 설치 가이드 Chocolatey 설치 Dart를 설치하기 위해서는 chocolatey shell이 필요하다. 직접 설치해서 환경변수도 설정할 수 있지만 이 방법을 Dart 홈페이지에서 사용하라고 되어 있으니 이 방법으로 해보자. 1. Chocolatey에서 링크를 복사한다. https://chocolatey.org/install Installing Chocolatey Chocolatey is software management automation for Windows that wraps installers, executables, zips, a..