Xcode版本问题。错误:不支持使用带有模块接口的桥接标头命令 CompileSwiftSources 失败,退出代码非零

发布于 2025-01-13 00:08:10 字数 308 浏览 2 评论 0原文

我的 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

陌伤ぢ 2025-01-20 00:08:10

打开你的 XCode,
转到“项目”下的“跑步者”->“搜索“distribution”

将“Build Libraries for Distribution”设置为“NO”(如果是“YES”,请将其更改为“NO”)。

对 TARGETS 下的 Runner 执行相同的操作。

我也遇到了同样的问题,我就是这样解决的。

Runner
Runner

更新:
另外不要忘记在 iOS 中取消注释以下内容 -> Podfile

platform :ios, '11.0'

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.

Runner
Runner

Update:
Also don't forget to uncomment the following in iOS -> Podfile

platform :ios, '11.0'
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文