Skip to content

[#535] Github Actions 기반 Fastlane 배포가 실패하는 문제를 해결한다#536

Merged
opficdev merged 2 commits into
developfrom
fix/#534-fastlane
Jun 4, 2026
Merged

[#535] Github Actions 기반 Fastlane 배포가 실패하는 문제를 해결한다#536
opficdev merged 2 commits into
developfrom
fix/#534-fastlane

Conversation

@opficdev
Copy link
Copy Markdown
Owner

@opficdev opficdev commented Jun 4, 2026

🔗 연관된 이슈

🎯 의도

TestFlight 배포 workflow에서 DevLogWidgetExtension archive가 Development provisioning profile을 찾으며 실패하는 문제를 해결하기 위함

📝 작업 내용

📌 요약

  • Fastlane에서 WidgetExtension signing 설정을 별도 WidgetExtension xcodeproj에 적용하도록 수정

🔍 상세

  • WIDGET_XCODE_PROJ 경로를 추가해 Widget/DevLogWidgetExtension/DevLogWidgetExtension.xcodeproj를 signing 설정 대상으로 분리
  • App target은 기존 Application/DevLogApp/DevLogApp.xcodeproj를 유지
  • Widget target은 DevLogApp.xcodeproj가 아닌 WidgetExtension 프로젝트에 update_code_signing_settings가 적용되도록 변경
  • ruby -c fastlane/Fastfile로 Fastfile 문법 검증

📸 영상 / 이미지 (Optional)

@opficdev opficdev self-assigned this Jun 4, 2026
@opficdev opficdev added the qa TestFlight에 배포 label Jun 4, 2026
Copy link
Copy Markdown
Contributor

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

Choose a reason for hiding this comment

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

Code Review

이번 PR은 fastlane/Fastfile에서 위젯 익스텐션의 개별 프로젝트 경로(WIDGET_XCODE_PROJ)를 정의하고, CI 환경에서 각 타겟에 맞는 프로젝트 파일로 코드 사인을 설정하도록 구조를 개선했습니다. 이에 대해 메인 앱과 위젯 익스텐션의 빌드 번호 불일치 오류를 방지하기 위해, 배포 시 위젯 프로젝트의 빌드 번호도 함께 증가시키는 로직을 추가하라는 피드백이 제공되었습니다.

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
@opficdev opficdev merged commit c9bc0ff into develop Jun 4, 2026
5 checks passed
@opficdev opficdev deleted the fix/#534-fastlane branch June 4, 2026 04:05
@opficdev opficdev restored the fix/#534-fastlane branch June 4, 2026 04:13
@opficdev opficdev deleted the fix/#534-fastlane branch June 4, 2026 04:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

qa TestFlight에 배포

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Github Actions 기반 Fastlane 배포가 실패하는 문제를 해결한다

1 participant