iOS Xcode:更新到Xcode 10.2后,找不到适合IBSlimDeviceTypeiPdad2x类型的错误的设备

时间:2019-04-09 10:19:22

标签: ios xcode react-native ios12

我正在使用react-native-cli开发React Native应用。

要在安装了iOS 12.2的设备上运行iOS应用,我最近将Xcode版本更新为10.2,并且在编译过程中遇到此错误:

enter image description here

也出现此错误,尝试从Xcode打开模拟器-Open Developer Tool enter image description here

可能是什么问题?

2 个答案:

答案 0 :(得分:1)

包含iOS 12.2及其模拟器的Xcode 10.2

请转到 Xcode>首选项>位置

XPref

选择命令行工具以使用最新的Xcode。

希望它会起作用。

答案 1 :(得分:1)

只需运行以下命令,以确保更新过程中运行的模拟器的所有后台进程都被杀死:

sudo killall -9 com.apple.CoreSimulator.CoreSimulatorService