Xcode16
新建ShareExtenson
之后的project.pbxproj
和以前不一样,导致pod install
等报错。
js
RuntimeError - `PBXGroup` attempted to initialize an object with unknown ISA `PBXFileSystemSynchronizedRootGroup` from attributes: `{"isa"=>"PBXFileSystemSynchronizedRootGroup", "exceptions"=>["3DC73CB72CB8C2C1000F77DE"], "path"=>"demo", "sourceTree"=>"<group>"}`
If this ISA was generated by Xcode please file an issue:
......
现在将Xcode 14.3.1
和16
新建ShareExtension
后project.pbxproj
文件的差异记录如下:
- Xcode 16 新增了2个section,
PBXFileSystemSynchronizedBuildFileExceptionSet
和PBXFileSystemSynchronizedRootGroup
。
PBXFileReference section
也存在差异。
- Xcode 14.3.1
- Xcode 16
在Xcode
和Cocoapods
没有给出解决方案前,如果需要,可以手动修改。