Skip to content

[#481] 모듈러 아키텍처 전환 후 WidgetCore 중복 포함으로 TestFlight 업로드 검증에 실패하는 현상을 해결한다#482

Merged
opficdev merged 1 commit into
developfrom
fix/#481-testflight
May 21, 2026
Merged

[#481] 모듈러 아키텍처 전환 후 WidgetCore 중복 포함으로 TestFlight 업로드 검증에 실패하는 현상을 해결한다#482
opficdev merged 1 commit into
developfrom
fix/#481-testflight

Conversation

@opficdev
Copy link
Copy Markdown
Owner

🔗 연관된 이슈

🎯 의도

모듈러 아키텍처 전환 이후 WidgetExtension에 DevLogWidgetCore.framework가 중복 포함되면서 TestFlight 업로드 검증이 실패하는 문제 해결

📝 작업 내용

📌 요약

  • DevLogWidgetExtension 타깃의 DevLogWidgetCore.framework 임베드 제거
  • extension 내부 Frameworks 폴더 생성 방지
  • DevLogWidgetCore 번들 식별자 충돌 원인 제거

🔍 상세

  • Application/DevLogApp/DevLogApp.xcodeproj/project.pbxproj에서 DevLogWidgetExtensionEmbed Frameworks phase 제거
  • extension 타깃에 연결된 DevLogWidgetCore.framework in Embed Frameworks 항목 제거
  • app 타깃의 framework 링크 및 임베드 설정은 유지하여 기존 런타임 의존성 구조 보존

📸 영상 / 이미지 (Optional)

@opficdev opficdev self-assigned this May 21, 2026
@opficdev opficdev added the qa TestFlight에 배포 label May 21, 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

이 풀 리퀘스트는 Xcode 프로젝트 파일에서 'Embed Frameworks' 빌드 단계와 DevLogWidgetCore.framework 임베드 설정을 제거합니다. 현재 리뷰 의견이 존재하지 않으며, 코드 변경 사항에 대해 제공할 추가 피드백이 없습니다.

@opficdev opficdev merged commit 9cded76 into develop May 21, 2026
1 check passed
@opficdev opficdev deleted the fix/#481-testflight branch May 21, 2026 05:18
@opficdev opficdev restored the fix/#481-testflight branch May 21, 2026 05:29
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.

모듈러 아키텍처 전환 후 WidgetCore 중복 포함으로 TestFlight 업로드 검증에 실패하는 현상을 해결한다

1 participant