[Chore] - v2.5.0 빌드 메타데이터 갱신 및 fastlane SPM 격리 옵션 추가#301
Conversation
- v2.5.0 App Store 심사용 빌드(2026.0426.0350)의 메타데이터 반영 (project.pbxproj, Info.plist) - Xcode 26의 SPM submodule fetch 실패(abseil) 방지를 위해 fastlane release 레인 build_app에 cloned_source_packages_path + skipPackagePluginValidation/skipMacroValidation 추가
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (3)
📝 WalkthroughWalkthroughBuild configuration updates for iOS app including re-registration of Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~15 minutes Possibly related PRs
Poem
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
🌱 작업한 내용
fastlane release version:2.5.0실행 결과 반영project.pbxproj: 모든 타겟CURRENT_PROJECT_VERSION = 2026.0426.0350Info.plist: 메인 앱CFBundleVersion동기화abseil-cpp-binarysubmodule fetch 이슈 회피fastlane release레인의build_app에 다음 옵션 추가:cloned_source_packages_path: "/tmp/runnect-spm-packages"(SPM 캐시 격리)xcargs: "-skipPackagePluginValidation -skipMacroValidation"🌱 PR Point
fastlane release시도가Couldn't update repository submodules(Exit 74) 로 실패.protocol.file.allow=alwaysgit config 변경도 효과 없었으나 SPM 격리 + plugin/macro validation skip 으로 해결release레인이 향후 다시 실행될 때 같은 이슈가 재발하지 않도록 lane 자체에 fix 박아둠성과 기록
fastlane release version:2.5.05.27분 (clean archive + export + binary upload + metadata upload)Summary by CodeRabbit