简体   繁体   English

是否有适用于 Xcode 11、iOS 13 的 iPhone SE 模拟器?

[英]Is there an iPhone SE simulator for Xcode 11, iOS 13?

I'm running Xcode 11.0 on macOS Mojave (10.14.6) and though the iPhone SE is officially supported on iOS 13 , it doesn't appear in the list of simulators.我在 macOS Mojave (10.14.6) 上运行 Xcode 11.0 并且虽然 iPhone SE在 iOS 13 上得到官方支持,但它没有出现在模拟器列表中。

在此处输入图像描述

It can't be added nor downloaded, as far as I can see.据我所知,它无法添加或下载。 Any ideas?有任何想法吗?

Xcode 11 doesn't automatically add every possible simulator. Xcode 11 不会自动添加所有可能的模拟器。 But you can add an iPhone SE iOS 13 simulator.但是你可以添加一个 iPhone SE iOS 13 模拟器。

In Xcode, click on the Window menu and select Devices and Simulators.在 Xcode 中,单击 Window 菜单和 select 设备和模拟器。 Select the Simulators tab. Select 模拟器选项卡。 Tap the + in the bottom-left corner.点击左下角的 +。 Give the new simulator a name.为新模拟器命名。 Select iPhone SE as the device type. Select iPhone SE 作为设备类型。 Enter iOS 13 as the OS Version.输入 iOS 13 作为操作系统版本。

Now you have what you need.现在你有你需要的了。

Edit: This is still valid with XCode 12.3 and iOS 14.3 as of January 2020编辑:截至 2020 年 1 月,这对 XCode 12.3 和 iOS 14.3 仍然有效

Also can be useful.也可以是有用的。 The problem may be in your project preferences.问题可能出在您的项目偏好中。 If downloading simulators didn't work, try this.如果下载模拟器不起作用,试试这个。 Open you project in Xcode -> Choose your project on the Navigator which is on the left side Navigator在 Xcode 中打开您的项目 -> 在左侧导航器的导航器上选择您的项目

Then in the Deployment Info in target tab choose IOS version for your project (choose 10 or 11 for all simulator displaying)然后在目标选项卡中的部署信息中,为您的项目选择 IOS 版本(为所有模拟器显示选择 10 或 11)

Deployment Info部署信息

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

相关问题 Xcode 11 beta 5 中没有 iOS 13 模拟器 - No iOS 13 simulator in Xcode 11 beta 5 我可以为 Xcode 11 beta 5 下载 iOS 13 beta 6 模拟器吗? - Can I download iOS 13 beta 6 simulator for Xcode 11 beta 5? CollectionView 在 iPhone SE 模拟器上产生错误,但在 iPhone 11 模拟器上却没有 - CollectionView produces an error on iPhone SE simulator but not on iPhone 11 simulator 应用卡在带有Xcode 11 beta的iOS 13 beta模拟器上,但在带有Xcode 10的iOS 13 beta模拟器上运行良好 - App stuck on iOS 13 beta simulator with Xcode 11 beta but working fine on iOS 13 beta simulator with Xcode 10 Xamarin iOS 应用程序在 iPhone 13 上不受信任,在 iPhone SE 上可以吗? - Xamarin iOS app not trusted on iPhone 13, OK on iPhone SE? 为什么我不能在Xcode 7.3中找到iPhone SE模拟器? - Why cant' I find iPhone SE simulator in Xcode 7.3? "Xcode 13 - 缺少 IOS 15 模拟器?" - Xcode 13 - Missing IOS 15 simulator? iOS iPhone 11 Xcode 模拟器键盘(硬和软)返回不正确的字符串 - iOS iPhone 11 Xcode simulator keyboard (hard and soft) returning incorrect string 关于iOS 13,Xcode 11 GM中的“ SLComposeViewController” - About “SLComposeViewController” in iOS 13, Xcode 11 GM Xcode 11 没有与 iOS 13 同时发布? - Xcode 11 not released simultaneously with iOS 13?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM