[#615] TestFlight에서 dSYM 보존 및 Crashlytics 업로드를 자동화한다#616
Merged
Conversation
Contributor
There was a problem hiding this comment.
Code Review
이번 PR에서는 iOS 빌드 설정에 include_symbols: true 옵션을 추가하고, dSYM 출력 경로 및 Xcode 아카이브 경로를 로그로 출력하도록 fastlane/Fastfile을 수정했습니다. 리뷰 피드백에서는 Ruby의 이디엄을 활용하여 lane_context 값의 존재 여부를 더 직관적이고 안전하게 확인하도록 코드를 개선할 것을 제안했습니다.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🔗 연관된 이슈
🎯 의도
📝 작업 내용
📌 요약
upload-symbols로 dSYM을 자동 업로드🔍 상세
fastlane build_app에include_symbols: true를 추가해 dSYM zip 생성DSYM_OUTPUT_PATH,XCODEBUILD_ARCHIVE를 fastlane 로그에 출력해 CD 산출물 추적 가능testflight.yml에서fastlane/testflight_build/*.dSYM.zip을testflight-dsymartifact로 업로드GoogleService-Info.plist, dSYM zip, Firebase SDK의Crashlytics/upload-symbols경로를 검증한 뒤 dSYM을 Firebase에 업로드Install SwiftLint단계에HOMEBREW_REQUIRE_TAP_TRUST=1을 적용해 Homebrew tap trust 경고를 제거📸 영상 / 이미지 (Optional)