Skip to content

[#615] TestFlight에서 dSYM 보존 및 Crashlytics 업로드를 자동화한다#616

Merged
opficdev merged 4 commits into
developfrom
cd/#615-dsym
Jun 16, 2026
Merged

[#615] TestFlight에서 dSYM 보존 및 Crashlytics 업로드를 자동화한다#616
opficdev merged 4 commits into
developfrom
cd/#615-dsym

Conversation

@opficdev

Copy link
Copy Markdown
Owner

🔗 연관된 이슈

🎯 의도

  • TestFlight CD에서 생성된 dSYM이 GitHub Actions runner 종료와 함께 유실되면서 Crashlytics에서 누락 dSYM을 복구 불가
  • dSYM 산출물을 artifact로 보존하고 Firebase Crashlytics에 자동 업로드해 TestFlight 배포 이후의 심볼 누락을 방지

📝 작업 내용

📌 요약

  • TestFlight CD에서 dSYM zip 생성
  • 생성된 dSYM zip을 GitHub Actions artifact로 보존
  • TestFlight 빌드 직후 Firebase Crashlytics upload-symbols로 dSYM을 자동 업로드
  • Homebrew tap trust 전환 경고에 대응

🔍 상세

  • fastlane build_appinclude_symbols: true를 추가해 dSYM zip 생성
  • DSYM_OUTPUT_PATH, XCODEBUILD_ARCHIVE를 fastlane 로그에 출력해 CD 산출물 추적 가능
  • testflight.yml에서 fastlane/testflight_build/*.dSYM.ziptestflight-dsym artifact로 업로드
  • GoogleService-Info.plist, dSYM zip, Firebase SDK의 Crashlytics/upload-symbols 경로를 검증한 뒤 dSYM을 Firebase에 업로드
  • Install SwiftLint 단계에 HOMEBREW_REQUIRE_TAP_TRUST=1을 적용해 Homebrew tap trust 경고를 제거

📸 영상 / 이미지 (Optional)

@opficdev opficdev self-assigned this Jun 16, 2026

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Comment thread fastlane/Fastfile Outdated
@opficdev opficdev merged commit b520981 into develop Jun 16, 2026
5 checks passed
@opficdev opficdev deleted the cd/#615-dsym branch June 16, 2026 05:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

TestFlight에서 dSYM 보존 및 Crashlytics 업로드를 자동화한다

1 participant