
기존에 작성한 Fastfile은 앱을 빌드까지만 하고 업로드는 하지 않는다. 이제 Fastfile을 수정하여 testFlight용도로 업로드를 해보자 1. Fastfile 수정 일단 나는 워크스페이스를 쓰기 때문에 워크스페이스 하고 scheme을 작성해 주었다. 그리고 업로드할 수 있게 upload_to_testflight로 작성하였다. default_platform(:ios) platform :ios do desc "build app and upload to testflight" lane :beta do get_certificates get_provisioning_profile increment_build_number( build_number: latest_testflight_build_number +..

1. 설치 brew를 이용해 설치를 해준다. m1 mac에서도 별 다른 error 없이도 실행이 된다. brew install fastlane sudo gem install bundler 2. 초기셋업 프로젝트로 들어가서 실행하면 메뉴가 나오는데 4번을 선택한다. 선택하면 기본 설정 파일들이 프로젝트에 추가된다. fastlane init 3. 설정 프로젝트 폴더 안에 fastlane 폴더에 들어가서 Appfile을 수정해 주어야 한다. 작성을 안 하면 필요할 때마다 물어본다. 나 같은 경우는 팀 계정하고 개인 계정이 있어서 둘 중에 어떤 걸 사용할지 물어보기 때문에 해당 옵션도 같이 작성한다. # app_identifier("[[APP_IDENTIFIER]]") # The bundle identifier..
- Total
- Today
- Yesterday
- Default Rules
- Moya
- Fastlane
- geohash
- ChatGPT
- 모듏화
- MQTT
- swiftLint
- CI/CD
- swift
- AWS IoT
- 코테
- XCTestExpectation
- 무료는 아니지만
- jenkins
- RxSwift
- firebase
- bitrise
- ATS failed system trust
- IF (KAKAO) DEV 2022
- async
- 프로그래머스
- AppThinning
- GCD
- ios
- 빌드자동화
- GPT4
- xcode whitespace trim option
- 같이쓰기
- chatgpt 4o
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
31 |