[#535] Github Actions 기반 Fastlane 배포가 실패하는 문제를 해결한다#536
Merged
Conversation
Contributor
There was a problem hiding this comment.
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.
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.
🔗 연관된 이슈
🎯 의도
TestFlight 배포 workflow에서
DevLogWidgetExtensionarchive가 Development provisioning profile을 찾으며 실패하는 문제를 해결하기 위함📝 작업 내용
📌 요약
🔍 상세
WIDGET_XCODE_PROJ경로를 추가해Widget/DevLogWidgetExtension/DevLogWidgetExtension.xcodeproj를 signing 설정 대상으로 분리Application/DevLogApp/DevLogApp.xcodeproj를 유지DevLogApp.xcodeproj가 아닌 WidgetExtension 프로젝트에update_code_signing_settings가 적용되도록 변경ruby -c fastlane/Fastfile로 Fastfile 문법 검증📸 영상 / 이미지 (Optional)