[#481] 모듈러 아키텍처 전환 후 WidgetCore 중복 포함으로 TestFlight 업로드 검증에 실패하는 현상을 해결한다#483
Merged
Conversation
8bc1718 to
6a8ad72
Compare
Contributor
There was a problem hiding this comment.
Code Review
이번 풀 리퀘스트는 DevLogApp 프로젝트에서 특정 프레임워크 임베딩 설정을 제거하고, 여러 내부 프레임워크 프로젝트 파일에 MARKETING_VERSION을 1.2로 일괄 업데이트하는 내용을 담고 있습니다. 리뷰어는 모든 모듈의 프로젝트 파일에 버전을 하드코딩할 경우 발생할 수 있는 유지보수의 번거로움과 버전 불일치 문제를 지적하며, .xcconfig 파일을 활용해 버전을 중앙에서 관리하는 개선 방안을 제안했습니다.
| "@executable_path/Frameworks", | ||
| "@loader_path/Frameworks", | ||
| ); | ||
| MARKETING_VERSION = 1.2; |
Contributor
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 업로드 검증 단계에서 발생한 위젯 프레임워크 중복 포함 문제와 내부 프레임워크 버전 메타데이터 누락 문제 해결
📝 작업 내용
📌 요약
DevLogWidgetExtension의DevLogWidgetCore.framework중복 임베드 제거MARKETING_VERSION추가🔍 상세
Application/DevLogApp/DevLogApp.xcodeproj/project.pbxprojDevLogWidgetExtensiontarget의Embed Frameworksphase 제거Frameworks폴더 생성 원인 제거MARKETING_VERSION = 1.2추가DevLogCoreDevLogDomainDevLogDataDevLogInfraDevLogPersistenceDevLogPresentationDevLogWidgetCoreMARKETING_VERSION제거Info.plist에CFBundleShortVersionString이 포함되도록 보완📸 영상 / 이미지 (Optional)