CocoaPods / CocoaPods/Xcodeproj
ArgumentError - [Xcodeproj] Unable to find compatibility version string for object version `70`.
Open
- Dominant language
- Ruby
- Stars
- 2.4k
- Forks
- 488
- PR merge metrics
- No merged PRs in 30d
Description
I am receiving this error after updating my .pbxproj file using Xcode 16.0:
> ArgumentError - [Xcodeproj] Unable to find compatibility version string for object version `70`.
I'm using xcodeproj 1.27.0
I noticed this in `lib/xcodeproj/constants.rb`:
```
COMPATIBILITY_VERSION_BY_OBJECT_VERSION = {
77 => 'Xcode 16.0',
```
This doesn't seem right. I thought 70 is Xcode 16.0 and 77 is Xcode 16.1.
Any help would be appreciated.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.