简体   繁体   English

Xcode 11 beta 5 中没有 iOS 13 模拟器

[英]No iOS 13 simulator in Xcode 11 beta 5

I have installed Xcode 11 beta 5 and create a sample project我已经安装了 Xcode 11 beta 5 并创建了一个示例项目

There is no iOS 13 simulators available:没有可用的 iOS 13 模拟器:

在此处输入图片说明

When I go on Add simulator -> Download more simulator当我继续Add simulator -> Download more simulator

iOS 13 is not available in list: iOS 13 在列表中不可用:

在此处输入图片说明

What should I do to install an iOS 13 simulator?我应该怎么做才能安装 iOS 13 模拟器?

I'm not sure why it is happening, but you can create new simulators and it will work我不确定为什么会发生这种情况,但是您可以创建新的模拟器并且它会起作用

  • Click Add Additional Simulators from the menu where you would normally select the simulator (where you select your target)从通常选择模拟器的菜单中单击添加其他模拟器(您选择目标的位置)
  • Click the + icon in the bottom left单击左下角的 + 图标
  • Create a new simulator - I selected iPhone XR and iOS 13创建一个新的模拟器 - 我选择了 iPhone XR 和 iOS 13

I was then able to select the iPhone XR as a run target然后我可以选择 iPhone XR 作为运行目标

Since you already have iOS 12.2 simulator downloaded, go to your project's "General" settings pane -> Under "Deployment Info",由于您已经下载了 iOS 12.2 模拟器,请转到项目的“常规”设置窗格 -> 在“部署信息”下,

make sure your target simulator version is the same as 12.2.确保您的目标模拟器版本与 12.2 相同。

This is a screenshot of the "Deployment Info" settings pane.这是“部署信息”设置窗格的屏幕截图 Ignore 13.2 in the image and replace it with your version.忽略图像中的 13.2 并将其替换为您的版本。

I was able to use my downloaded simulators after making this change.进行此更改后,我可以使用我下载的模拟器。

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

相关问题 我可以为 Xcode 11 beta 5 下载 iOS 13 beta 6 模拟器吗? - Can I download iOS 13 beta 6 simulator for Xcode 11 beta 5? 应用卡在带有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 是否有适用于 Xcode 11、iOS 13 的 iPhone SE 模拟器? - Is there an iPhone SE simulator for Xcode 11, iOS 13? Xcode beta 6 iOS 8:模拟器不工作 - Xcode beta 6 iOS 8: Simulator not working 是否可以将ios 13 beta安装到ios Simulator中? - Is it possible to install ios 13 beta into ios Simulator? INVoiceShortcutCenter.shared.setShortcutSuggestions(suggestions) 在 iOS 13 Beta 中崩溃。 Xcode 11 测试版 - INVoiceShortcutCenter.shared.setShortcutSuggestions(suggestions) crashes in iOS 13 Beta. Xcode 11 beta iOS 11 Beta 2 / Xcode Beta 3 AutoLayout问题 - iOS 11 Beta 2 / Xcode Beta 3 AutoLayout Issue 当在 Xcode 11, beta 2 的 Interface Builder 中指定条形着色颜色时,UITabBarItem 图标的颜色对于 iOS 13 不正确 - UITabBarItem icon not colored correctly for iOS 13 when a bar tint color is specified in Interface Builder in Xcode 11, beta 2 无法在模拟器中运行应用程序:Xcode beta 6 iOS 8 - Unable to run app in Simulator: Xcode beta 6 iOS 8 有没有办法在Xcode 8 beta上获得iOS 7模拟器 - Is there a way to get iOS 7 simulator on Xcode 8 beta
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM