Xcode版本问题。错误:不支持使用带有模块接口的桥接标头命令 CompileSwiftSources 失败,退出代码非零
我的 iPhone 刚刚升级,现在我的 iOS 版本是 15.3.1。由于我的旧版本(12.4)的 Xcode 不支持该版本的操作系统,因此我安装了较新版本的 Xcode(13.2.1)。现在我无法运行我的项目并收到此错误。我已将“构建分发库”更改为“否”,并且构建成功,但是当我设置断点并开始调试时,我与 iPhone 上的调试器失去了连接。我还将设备文件(15.0)放入 /Aplications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport 和支持文件中,但它没有 帮助。我将不胜感激任何帮助。此致。
my iPhone just upgraded and now my iOS version is 15.3.1. Since my old version(12.4) of Xcode doesn't support that version of OS, I've installed newer version of Xcode(13.2.1). Now I cannot run my project and I got this error. I've changed Build Libraries for Distribution to NO and than my build is successful but when I set up breakpoint and start debagging I'm losing connection with debugger on my iPhone. Also I put device file(15.0) in /Aplications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport and in Supporting Files but it didn't
help. I will appreciate any help. Best regards.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
打开你的 XCode,
转到“项目”下的“跑步者”->“搜索“distribution”
将“Build Libraries for Distribution”设置为“NO”(如果是“YES”,请将其更改为“NO”)。
对 TARGETS 下的 Runner 执行相同的操作。
我也遇到了同样的问题,我就是这样解决的。
更新:
另外不要忘记在 iOS 中取消注释以下内容 -> Podfile
Open your XCode,
Go to the Runner under PROJECTS -> search for 'distribution'
Make "Build Libraries for Distribution" to NO (if it is YES, change it to NO).
Do the same for Runner under TARGETS.
I also had the same problem I resolved it in this way.
Update:
Also don't forget to uncomment the following in iOS -> Podfile