简体   繁体   中英

How to install iOS 8.0.2 on simulator?

I got an app that got reports for crash and issues from the iOS 8.0.2.

Is there's a way to install iOS 8.0.2 on simulator for testing?

While Xcode itself only is bundled with the simulators for the latest two iOS releases, you still can import older releases:

  1. Download old version of Xcode here for iOS8 you need Xcode 6.0
  2. Mount the Downloaded .dmg
  3. Right-click the Xcode.app to “Show Package Contents.”
  4. Navigate to: Contents/Developer/Platforms/iPhoneSimulator.platform/Developer
  5. copied iPhoneSimulatorX.Y.sdk over to the same location in /Applications/Xcode.app
  6. relaunching Xcode

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