iOS 12.4 is missing in Xcode 11 GM

前端 未结 2 363
半阙折子戏
半阙折子戏 2021-01-01 13:03

I have installed Xcode 11 GM and can\'t find iOS 12.4.1 simulator anymore. iOS 12.4.1 was installed in Xcode 10.3, but it is not available in Xcode 11 for some reason (not o

相关标签:
2条回答
  • 2021-01-01 13:22

    iOS 12.4 simulator files can be found in the Xcode 10.3 app bundle. While you can't download it from within Xcode (at the moment), you can simply copy them to the folder where additional simulators are usually installed. Go to the following subfolder, it is located inside Xcode.app (10.3):

    Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes
    

    and copy the iOS.simruntime package to here:

    /Library/Developer/CoreSimulator/Profiles/Runtimes
    

    Rename iOS.simruntime to iOS 12.4.simruntime.

    Restart Xcode 11.

    0 讨论(0)
  • 2021-01-01 13:22

    The 12.4 simulator is now available (in Xcode 11.1 at least):

    0 讨论(0)
提交回复
热议问题