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
'모바일 > IOS' 카테고리의 다른 글
Stored properties cannot be marked potentially unavailable with '@available' (0) | 2022.12.01 |
---|---|
'authorizationStatus()' was deprecated in iOS 14.0 (0) | 2021.06.07 |
자주 리젝되는 사유 (0) | 2021.01.19 |
IOS14 업데이트후 푸쉬권한 (0) | 2020.10.28 |
sudo killall -STOP -c usbd (0) | 2020.09.04 |