fix: Xcode Cloud CocoaPods 버전을 고정한다 - #31
Merged
Merged
Conversation
|
Important Review available on request
Reviews should be triggered manually for repositories with fewer than 10 stars. Select Trigger review above or comment ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 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 |
SeongHoonC
marked this pull request as ready for review
August 15, 2026 15:32
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.
변경 사항
1.17.0으로 고정하고 Ruby 의존성 lockfile을 갱신했습니다.2.5.22를 준비하도록 post-clone 스크립트를 보강했습니다.pod대신bundle exec pod install --deployment를 실행하도록 변경했습니다.원인
Xcode Cloud에는 CocoaPods
1.17.0이 설치되어 있었지만 저장소의Podfile.lock은1.16.2로 생성되어 있었습니다.pod install --deployment가 이 lockfile 변경을 감지해 앱 컴파일 전에 빌드를 중단했습니다.영향
Xcode Cloud와 저장소가 동일한 CocoaPods 버전을 사용하므로 deployment 모드의 lockfile 검증이 안정적으로 통과합니다. 향후 Xcode Cloud 이미지의 전역 CocoaPods 버전이 바뀌어도 프로젝트에 고정된 버전을 사용합니다.
검증
bundle _2.5.22_ checkbundle _2.5.22_ exec pod install --deploymentci_post_clone.sh에 대해sh -n및 내용 일치 검사npm run lint— 오류 0개, 기존 경고 5개