简体   繁体   中英

Install iOS12 simulator on Xcode 9

Im running Xcode 9.2, updating to Xcode 10 means a huge update to my codebase, not quite ready for that. I need to run a simulator with iOS 12 capabilities. Is this possible?

Sort of:

  • Download Xcode 10 from here (You can download it from Appstore but be sure to back up the Xcode 9 first and do not replace it)
  • Run Xcode 9
  • Build your project (command + B)
  • Run Xcode 10 with new project
  • Run iOS 12 simulator
  • Open your project in any Xcode version you want
  • Drag the project target file (myProject.app) into the simulator.
  • Click on your app icon

在此处输入图片说明

This method prevents your codebase from those huge update.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM