简体   繁体   English

我的 iPhone 的 iOS 太旧,无法运行 Xcode 应用程序

[英]My iPhone's iOS is too old to run Xcode apps

I own an iPhone 5s.我拥有一部 iPhone 5s。 It is running iOS 12. I can't upgrade it to iOS 13. The problem is that I can't install and test my apps I made in Xcode, because new Xcode requires iOS 13. Is there anyway I can make Xcode be able to install apps on devices running older versions of iOS.它正在运行 iOS 12。我无法将其升级到 iOS 13。问题是我无法安装和测试我在 Xcode 中制作的应用程序,因为新的 Xcode 需要 iOS 13。无论如何我可以让 Xcode 能够在运行旧版 iOS 的设备上安装应用程序。

Select the Project, Settings, Info and change iOS Deployment Target to the lowest version you want:选择项目、设置、信息并将 iOS 部署目标更改为您想要的最低版本:

在此处输入图片说明

Yes there is!就在这里! In your project configuration, click on your app in the Targets menu.在您的项目配置中,在 Targets 菜单中单击您的应用程序。 去哪儿 Then, under "Deployment Info", you can change the target iOS version for your app.然后,在“部署信息”下,您可以更改应用程序的目标 iOS 版本。 更改目标 iOS

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 通过XCode在具有iOS 8的iPhone上运行iOS应用 - Run iOS Apps on iPhone with iOS 8 through XCode 如何在Xcode 6.1中编写应用程序以在iPhone 4s或更早版本中运行 - How to write apps in xcode 6.1 to run in iPhone 4s or earlier 如果使用旧 Xcode,我的应用程序能否在较新的 iOS 上运行? - Will my app be able to run on newer iOS if from old Xcode? Xcode和OpenFrameworks IOS应用程序将无法运行 - Xcode & OpenFrameworks IOS apps will not run iPhone - 无法在iOS 5.0.1设备上运行来自XCode的应用程序,因为iOS从5.0更新 - iPhone - Cannot run apps from XCode on iOS 5.0.1 device, since iOS update from 5.0 Xcode 8 / Swift 3并在运行iOS 7的iPhone 4上安装应用程序 - Xcode 8 / Swift 3 and installing apps on iPhone 4 running iOS 7 iPhone X的iOS IOS版本太高 - iphone IOS too high for Xcode version 在我的iPhone上运行Xcode项目 - run Xcode project on my iPhone 如何在不注册Apple开发者计划的情况下使用Xcode 7在iPhone / iPad上运行应用程序? - How to run apps on iPhone/iPad using Xcode 7 without enrolling to Apple's Developer Program? 我的iOS应用程序中的键盘在iPhone 6上太高。如何在XCode中调整键盘的分辨率? - The keyboard in my iOS app is too tall on the iPhone 6. How can I adjust the resolution of the keyboard in XCode?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM