Here's a recap of the issue
Summary of Current Setup So Far (for your documentation):
Step Command Output / Result
A gem install cocoapods -v 1.14.3 ✅ Installed successfully
B which pod user/bob/.rbenv/shims/pod
C pod --version 1.14.3
D gem install xcodeproj --pre ✅ Installed xcodeproj-1.27.0
CONCLUSION:
This confirms:
Xcode 16.3 writes .xcodeproj files with object version 90
The latest xcodeproj gem (1.27.0) only supports up to object version 77
Therefore, CocoaPods will crash every time with modern Xcode, no matter which version of cocoapods you use
✅ Clear Answer
❌ You cannot use CocoaPods right now unless:
Xcodeproj is updated to support object version 90
→ You’d have to wait for CocoaPods to release a compatible version
Or you downgrade Xcode to something that supports .xcodeproj object version 77
→ But this means downgrading to Xcode 15.x or lower, which won’t run on macOS 15.5 Sequoia
→ So you’re stuck.
Topic:
Developer Tools & Services
SubTopic:
Xcode
Tags: