2022.09.16 - [iOS 캐기/fastlane 캐기] - [fastlane]자 해보자! fastlane!
[fastlane] 설치
2022.09.16 - [iOS 캐기/fastlane 캐기] - [fastlane] 프로젝트 설정
2022.09.16 - [iOS 캐기/fastlane 캐기] - [fastlane] match로 배포해보기
2022.09.16 - [iOS 캐기/fastlane 캐기] - [fastlane] match git 설정
2022.10.24 - [iOS 캐기/Error 캐기] - [fastlane] sh: xcbeautify: command not found
1.HomeBrew 설치
홈브류는 오픈소스 소프트웨어 패키기 관리자로 macOS/Linux 에 소프트웨러를 보다 쉽게 설치 할 수 있음
설치 명령 복사 붙여넣기 시전!
2. fastlane 설치
패스트레인은 루비(Ruby)로 코딩되기때문에 Ruby를 설치해야함
brew install ruby
다만 macOS에서는 따로 설치할 필요가 없기 때문에 버전을 확인해 보고 가이드 처럼 패스트레인은 Ruby 2.5이상 버전에서 지원되기 때문에 2.5 이상인지 확인해 보자
3. Bundler 설치
It is recommended that you use Bundler and Gemfile to define your dependency on fastlane. This will clearly define the fastlane version to be used and its dependencies, and will also speed up fastlane execution.
Bundler 및 Gemfile을 사용하여 fastlane에 대한 종속성을 정의하는 것이 좋습니다. 이렇게하면 사용할 fastlane 버전과 종속성이 명확하게 정의되고 fastlane 실행 속도가 빨라집니다.
gem install bundler
Gem도 Homebrew와 유사한 ruby 소프트웨어 패키지 관리자이다!
번들러를 설치하면 bunlder가 Gem들을 실행시킨다고 한다. bundler는 Gemfile.lock에 내용을 ㄱㅣ준으로 RubyGems.org에서 Gem을 찾아서 설치해준다.
4.fastlane 설치
brew install fastlane
5.git 설치
진행하면서 Match 작업을 진행할 것이기 때문에 git도 설치하자 .
brew install git
6. Xcode command line 설치
xcode-select --install
[fastlane] slack으로 push 알림 보내기 (0) | 2022.10.04 |
---|---|
[fastlane] match로 배포해보기 (2) | 2022.09.16 |
[fastlane] 프로젝트 설정 (0) | 2022.09.16 |
[fastlane]자 해보자! fastlane! (0) | 2022.09.16 |
[fastlane] match git 설정 (2) | 2022.09.16 |
댓글 영역