pod init 失败
Command
/Users/yh/.rbenv/versions/3.3.4/bin/pod init
Stack
CocoaPods : 1.15.2
Ruby : ruby 3.3.4 (2024-07-09 revision be1089c8ec) [arm64-darwin23]
RubyGems : 3.5.22
Host : macOS 15.0.1 (24A348)
Xcode : 16.0 (16A242d)
Git : git version 2.39.5 (Apple Git-154)
Ruby lib dir : /Users/yh/.rbenv/versions/3.3.4/lib
Repositories : trunk - CDN - https://cdn.cocoapods.org/
Error
RuntimeError - `PBXGroup` attempted to initialize an object with unknown ISA `PBXFileSystemSynchronizedRootGroup` from attributes: `{"isa"=>"PBXFileSystemSynchronizedRootGroup", "exceptions"=>["F82B00852CC11D3300D614C6"], "path"=>"03-", "sourceTree"=>"<group>"}`
解决方法
pod install失败
- preferredProjectObjectVersion"=>“77”
[!] [!] Xcodeproj doesn't know about the following attributes {"preferredProjectObjectVersion"=>"77"} for the 'PBXProject' isa.
If this attribute was generated by Xcode please file an issue: https://github.com/CocoaPods/Xcodeproj/issues/new
[!] [Xcodeproj] Xcode project version (77) is higher than the latest supported by xcodeproj (63)
- 打开xx.xcodeproj 文件.

- 修改objectVersion


3053

被折叠的 条评论
为什么被折叠?



