Skip to content

[#537] Fastlane에서 업로드가 안되는 문제를 해결한다#538

Merged
opficdev merged 1 commit into
developfrom
fix/#537-fastlane
Jun 4, 2026
Merged

[#537] Fastlane에서 업로드가 안되는 문제를 해결한다#538
opficdev merged 1 commit into
developfrom
fix/#537-fastlane

Conversation

@opficdev
Copy link
Copy Markdown
Owner

@opficdev opficdev commented Jun 4, 2026

🔗 연관된 이슈

🎯 의도

TestFlight 업로드 단계에서 DevLogWidgetExtension.appexCFBundleDisplayName 누락으로 App Store Connect 검증이 실패하는 문제를 해결하기 위함

📝 작업 내용

📌 요약

  • WidgetExtension Info.plistCFBundleDisplayName 추가

🔍 상세

  • Widget/DevLogWidgetExtension/Resource/Info.plistCFBundleDisplayName 값을 DevLog로 추가
  • App Store Connect 업로드 검증에서 요구하는 WidgetExtension 번들 표시 이름 누락 문제 해결
  • plutil -lint Widget/DevLogWidgetExtension/Resource/Info.plist로 plist 구조 검증
  • xcodebuild -quiet -workspace DevLog.xcworkspace -scheme DevLogApp -sdk iphonesimulator -destination 'generic/platform=iOS Simulator' build로 빌드 검증

📸 영상 / 이미지 (Optional)

@opficdev opficdev self-assigned this 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

이번 풀 리퀘스트는 Widget/DevLogWidgetExtension/Resource/Info.plist 파일에 CFBundleDisplayName 키를 추가하여 앱의 표시 이름을 'DevLog'로 설정합니다. 현재 변경 사항에 대해 제공할 추가 피드백은 없습니다.

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.

@opficdev opficdev merged commit 2538b4e into develop Jun 4, 2026
6 checks passed
@opficdev opficdev deleted the fix/#537-fastlane branch June 4, 2026 05:08
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.

Fastlane에서 업로드가 안되는 문제를 해결한다

1 participant