pod deintegrate throws RuntimeError - [Xcodeproj] Unknown object version (56) [2022-11-04 수정]
pod deintegrate throws RuntimeError - [Xcodeproj] Unknown object version (56)
There is an error when running pod deintegrate under /ios for React Native 0.68.2 project: RuntimeError - [Xcodeproj] Unknown object version (56). /opt/homebrew/Cellar/cocoapods/1.11.3/libexec/gems/
stackoverflow.com
오랜만에 업데이트후 진행하니 해당에러 발생
아직 지원되지 않는부분때문에 해당파일을 열어서
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 55;
objects = {
objectVersion 56으로된부분을 55로 변경하니 정상적으로 작동하였다.
https://github.com/CocoaPods/CocoaPods/issues/11521
pod install on MacOS 12.5/M1/Xcode 14beta5/cocoapods 1.11.3: runtimeError - [Xcodeproj] Unknown object version (56). · Issue #1
Here is what I have done so far to solve the problem: upgraded ruby from 2.7.8 to latest 3.1.2 on MacOS 12.52. tried solution of sudo arch -x86_64 gem install ffi and failed. However gem install ff...
github.com
sudo gem install xcodeproj
sudo gem install xcodeproj