상세 컨텐츠

본문 제목

[fastlane]자 해보자! fastlane!

iOS 캐기/fastlane 캐기

by Atlas 2022. 9. 16. 21:12

본문

728x90
반응형

 

[fastlane]자 해보자! fastlane!

2022.09.16 - [iOS 캐기/fastlane 캐기] - [fastlane] 설치

2022.09.16 - [iOS 캐기/fastlane 캐기] - [fastlane] 프로젝트 설정

2022.09.16 - [iOS 캐기/fastlane 캐기] - [fastlane] match로 배포해보기

2022.09.16 - [iOS 캐기/fastlane 캐기] - [fastlane] match git 설정

 

 

시나리오:  빌드 및 테스트 자동화,배포를 하는데 있어 Hot하다는 fastlane을 스터디해보자.

 

무엇이 그렇게 좋다는 것일까? 일단 박스?부터 뜯고 생각해보자면

테스트 플라이트에 앱을 배포한다고 가정해보자. 

 

기존에 우리는 이렇게 빌드 및 배포를 진행해왔다.

AS-IS

1. 버전과 빌드넘버를 수정 -> Archive -> App Store Connect 에 업로드 

 

몇 번의 클릭을 하면서 인증서 선택도 하고 [upload] 버튼을 눌려 업로딩이 완료되면 App Store Connect에 바이너리가 올라가게 됨 

 

 

이렇게 클릭하면서 앱 배포의 과정을 신성?하게 진행하는 것도 좋지만 

fastlane을 사용함으로 인해서 이런 클릭의 무한반복에 숲에서 벗어날 수 있다! 

 

TO-BE

1. fastlane 명령어를 입력하고 Enter↲ 만 치는것으로 앞선 모든 과정을 다 자동화로 할 수 있다. 🤗

이렇게 친절하게 진행과정도 알려주고 마지막에는 23분의 시간까지 saved 해줬다고 알려주는 fastlane 너란 녀석 ..👍

 

1. fastlane 설치

2. 기본적인 cert sigh 를 해보자

3. 배포를 실행

4. fastlane match를 통해서 인증서 관리

 

순서대로 한번 진행해 보자. 

 

FastLane 이란? 

일단 박스를 뜯어서 어떤용도인지 알아보았고 그럼 우리가 뜯은 박스 fastlane은 어떤 것일까? 

 

fastlane은 uby 기반 클라이언트 자동 빌드 오픈소스 라이브러리로 공식문서를 통해서 보면 이와 같이 설명되어 있다.

fastlane is the easiest way to automate beta deployments and releases for your iOS and Android apps. 🚀 It handles all tedious tasks, like generating screenshots, dealing with code signing, and releasing your application.

fastlane은 iOS 및 Android 앱의 베타 배포 및 릴리스를 자동화하는 가장 쉬운 방법입니다. 🚀 스크린샷 생성, 코드 서명 처리, 애플리케이션 릴리스 등 지루한 모든 작업을 처리합니다.

 

 

 

 

 

https://docs.fastlane.tools/

 

fastlane docs

fastlane fastlane is the easiest way to automate beta deployments and releases for your iOS and Android apps. 🚀 It handles all tedious tasks, like generating screenshots, dealing with code signing, and releasing your application. You can start by creati

docs.fastlane.tools

 

 

 

 

반응형

'iOS 캐기 > fastlane 캐기' 카테고리의 다른 글

[fastlane] slack으로 push 알림 보내기  (0) 2022.10.04
[fastlane] match로 배포해보기  (2) 2022.09.16
[fastlane] 프로젝트 설정  (0) 2022.09.16
[fastlane] 설치  (0) 2022.09.16
[fastlane] match git 설정  (2) 2022.09.16

관련글 더보기

댓글 영역