问题描述
我目前将iPhone XS Max更新为iOS 13.0.17A5492t
Beta版本.
I'm currently updated my iPhone XS Max to iOS 13.0.17A5492t
Beta version.
我在Mac OS Catalina
和Xcode上运行的mac是最新的稳定版本,而不是beta >> Version 10.2.1 (10E1001)
.
My mac running on Mac OS Catalina
and Xcode is on latest stable version not beta >> Version 10.2.1 (10E1001)
.
当我尝试在真实设备上构建应用程序时,出现此编译错误:
When i try to build my apps on my real device i get this compile error:
我做了什么
- 从仓库中下载 iOS 13.0开发人员磁盘映像.
- 粘贴在/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport中
- 重新启动Xcode
但以上方法均无效.
推荐答案
您执行的分步指南实际上对我有所帮助,现在我可以使用xcode 10.2.1来处理iO 13.唯一的区别是,我从此github ,因此您可以尝试此操作.然后我重新启动整个Mac,以确保:)
your step by step manual you performed actually helped me and now I can work with iOs 13 with xcode 10.2.1. There is only difference, that I downloaded device support files from this github, so you can try this. And I restarted whole mac to be sure:)
这篇关于Xcode无法在运行iOS 13的真实iOS设备上构建的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!