Xcode 11 GM中缺少iOS 12.4

时间:2019-09-16 05:59:04

标签: ios xcode xcode11

我已经安装了Xcode 11 GM,现在找不到iOS 12.4.1模拟器。 Xcode 10.3中安装了iOS 12.4.1,但由于某些原因,它在Xcode 11中不可用(不仅是iOS 12.4-其他模拟器也丢失了)。而且,我无法通过“添加其他模拟器...”下载它-最新的可用版本是12.2。任何想法为什么这样以及如何解决? ? 谢谢!

2 个答案:

答案 0 :(得分:14)

iOS 12.4模拟器文件可以在Xcode 10.3应用程序包中找到。尽管目前无法从Xcode中下载它,但是您可以将它们简单地复制到通常安装了其他模拟器的文件夹中。转到以下子文件夹,该子文件夹位于Xcode.app(10.3)中:

INSERT INTO Test (Name) 
VALUES ('ABC'), ('DEF'), ('HIJ');
GO

INSERT INTO TEST (Name, ParentId) 
VALUES ('KLM', 1), ('NOP', 1), ('QRS', 2), ('TUV', 2), ('XYX', 3)
GO

INSERT INTO Test (Name, ParentId) 
VALUES ('AAB', 4), ('AAC', 4), ('AAD', 4)

并将Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes 软件包复制到此处:

iOS.simruntime

/Library/Developer/CoreSimulator/Profiles/Runtimes 重命名为iOS.simruntime

重新启动Xcode 11。

答案 1 :(得分:4)

12.4模拟器现在可用(至少在Xcode 11.1中可用):

Screenshot