Xcode14에서 생성한 프로젝트에서 pod init을 하려하니
아래와 같은 에러가 발생하며 Podfile이 생성되지 않는 이슈가 있습니다.
RuntimeError - [Xcodeproj] Unknown object version (56). /opt/homebrew/Cellar/cocoapods/1.11.3/libexec/gems/xcodeproj-1.21.0/lib/xcodeproj/project.rb:228:in `initialize_from_file' /opt/homebrew/Cellar/cocoapods/1.11.3/libexec/gems/xcodeproj-1.21.0/lib/xcodeproj/project.rb:113:in `open' /opt/homebrew/Cellar/cocoapods/1.11.3/libexec/gems/cocoapods-1.11.3/lib/cocoapods/command/init.rb:41:in `validate!' /opt/homebrew/Cellar/cocoapods/1.11.3/libexec/gems/claide-1.1.0/lib/claide/command.rb:333:in `run' /opt/homebrew/Cellar/cocoapods/1.11.3/libexec/gems/cocoapods-1.11.3/lib/cocoapods/command.rb:52:in `run' /opt/homebrew/Cellar/cocoapods/1.11.3/libexec/gems/cocoapods-1.11.3/bin/pod:55:in `<top (required)>' /opt/homebrew/Cellar/cocoapods/1.11.3/libexec/bin/pod:25:in `load' /opt/homebrew/Cellar/cocoapods/1.11.3/libexec/bin/pod:25:in `<main>'
정확한 해결 방법을 찾으면 포스팅해볼 예정입니다.
지금은 Xcode13대에서 프로젝트 파일을 생성하는 수 밖에 없네요ㅠ_ㅠ
(2022.11.01 추가)
Xcode14에서 생성했더라도,
Project Document의 Project Format을 'Xcode 14.0-compatible' 미만 버전으로 수정하면 pod init시 오류가 발생하지 않습니다.