Xcode 16新建ShareExtension产生的PBXFileSystemSynchronizedRootGroup问题记录

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.116新建ShareExtensionproject.pbxproj文件的差异记录如下:

  1. Xcode 16 新增了2个section,PBXFileSystemSynchronizedBuildFileExceptionSetPBXFileSystemSynchronizedRootGroup
  1. PBXFileReference section也存在差异。
  • Xcode 14.3.1
  • Xcode 16

XcodeCocoapods没有给出解决方案前,如果需要,可以手动修改。

相关推荐
hurrycry_小亦24 分钟前
苹果WWDC 2026前瞻:Ferret-Pro端侧大模型即将亮相|小亦之闻|AI 编程三日速递!(5月26日~5月28日)
macos·ios·wwdc
UTF_84 小时前
一次NSMutableAttributedString误用的思考
ios·面试·github
人月神话-Lee8 小时前
【图像处理】Core Image 与 GPU 渲染管线——让滤镜飞起来
图像处理·人工智能·ios·chatgpt·ai编程·swift·gpu
夏天的峰没有风12 小时前
Typora+gitcode+picgo搭建免费图床
开发语言·ios·swift
库奇噜啦呼12 小时前
【iOS】源码学习-分类、扩展、关联对象
学习·ios·分类
帅次1 天前
Android 17 开发者实战:核心更新与应用场景落地指南
android·java·ios·android studio·iphone·android jetpack·webview
人月神话Lee1 天前
【图像处理】Core Image 与 GPU 渲染管线——让滤镜飞起来
ios·ai编程·图像识别
feifeigo1231 天前
基于隐马尔可夫模型(HMM)的孤立词语音识别系统
人工智能·语音识别·xcode
帅次1 天前
讯飞与腾讯云:Android 实时语音识别服务对比选择
android·ios·微信小程序·小程序·android studio·android runtime
basketball6161 天前
Golang:基本输入输出使用方法总结
开发语言·golang·xcode