English 中文(简体)
如何在 Xcode 11 上运行不同版本的 iOS 模拟器?
原标题:How to run a different version of the iOS simulator on Xcode 11?
  • 时间:2019-09-24 03:12:13
  •  标签:
  • ios
  • device

目前我正在研究iOS。 我的问题是我设置了 X 代码自动更新, 所以 X 代码最近更新到 11 。 而 i OS 版本变成了 13 。 我需要测试 iPhone SE 。 但是它似乎不支持 iOS 13 版本 。 我如何测试 iPhone SE?

最佳回答

您会想要进入 Xcode 首选项, 然后打开组件标签。 您可以下载您需要的 iOS 模拟器( 可能要从 iOS 12 模拟器开始) 。

问题回答

Xcode - & gt; 优先 - gt; 组件 , 然后下载您想要使用的版本和设备 。

打开模拟程序, File Menu > Open模拟程序 > iOS XX.X 您可以选择您想要的版本 。





相关问题
List Contents of Directory in a UITableView

I am trying to list the contents of Ringtones directory in a TableView, however, I am only getting the last file in the directory in ALL cells, instead of file per cell. This is my code: - (...

iPhone NSUserDefaults persistance difficulty

In my app i have a bunch of data i store in the NSUserdefaults. This information consists of an NSObject (Object1) with NSStrings and NSNumbers and also 2 instances of yet another object (Object2). ...

Writing a masked image to disk as a PNG file

Basically I m downloading images off of a webserver and then caching them to the disk, but before I do so I want to mask them. I m using the masking code everyone seems to point at which can be found ...

Resize UIImage with aspect ratio?

I m using this code to resize an image on the iPhone: CGRect screenRect = CGRectMake(0, 0, 320.0, 480.0); UIGraphicsBeginImageContext(screenRect.size); [value drawInRect:screenRect blendMode:...

Allowing interaction with a UIView under another UIView

Is there a simple way of allowing interaction with a button in a UIView that lies under another UIView - where there are no actual objects from the top UIView on top of the button? For instance, ...

热门标签