【发布时间】:2020-04-03 14:03:07
【问题描述】:
问题背景:
我的 iPhone 6s 已自行更新至 iOS 13.4。在 iOS 更新之前,我可以通过 Xcode 在设备上编码 + 运行我的应用程序,非常棒。
现在我无法在设备上从 Xcode 运行我的应用程序来测试我的代码,正如它所说:
Xcode could not locate device support files
This iPhone 6s is running iOS 13.4 (17E255), which may not be supported by this version of Xcode. An updated version of Xcode may be found on the App Store or at developer.apple.com.
所以我尝试安装最新的 Xcode (11.4),它现在说我必须将整个操作系统更新到 Catalina。
我不想这样做,因为我的系统运行良好,而且我听说过有关该版本的坏消息。
问题:
有没有一种方法可以让 Xcode 构建到我的 iPhone 而不更新我的整个操作系统并可能搞砸我的整个机器?
【问题讨论】: