Where can I download the iOS 10 simulator runtime

2019-02-01 06:12发布

I want to test my apps in the iOS 10 simulator, but I'm not sure where to get the .runtime file for iOS 10. I don't see a download for it under Components in Xcode 8. Where can I download the .runtime file for iOS 10 (if it exists)?

Thanks in advance!

EDIT: I forgot to mention: As I was trying to fix another problem (before I asked this question), I ended up deleting all of my runtimes and redownloading them (except for iOS 10).

8条回答
Anthone
2楼-- · 2019-02-01 06:39

I ran into this issue earlier today. After installing Xcode - beta, my simulator was still only displaying iOS simulators 9.3 and below. What eventually ended up working for me was:

  • Killing the currently running simulator with cmd-Q
  • Control clicking (right click) on the Xcode - beta icon in my dock
  • Hovering over "Open Developer Tool"
  • Selecting Simulator from this menu

Once the simulator launched, I began to see iOS 10 in the Hardware -> Device drop down. Hope that helps.

查看更多
相关推荐>>
3楼-- · 2019-02-01 06:41

The iOS 10 Beta Simulator is shipped inside of Xcode 8.0 Beta. You do not need to download anything extra. The primary reason for the large size of the Xcode download is for the three simulator runtimes that it contains.

查看更多
爷的心禁止访问
4楼-- · 2019-02-01 06:48

All ios 10 simulator are already downloaded with xcode8 - beta it self. You can download additional simulators from preference -> Components. enter image description here

And You can get data for you app in those simulators at following path.

/Users/User_ACC_Name/Library/Developer/CoreSimulator
查看更多
何必那么认真
5楼-- · 2019-02-01 06:55

This worked for me:

  1. Go to App Store and Make Xcode Update 8.0
  2. Open Xcode and it installs the components
  3. Go to Menu "Window" > "Devices"
  4. Add A New Device (Important one that supports iOS 10))
  5. At the end the devices list is updated, and you can run the devices that can run iOS 10 in the simulator

Steps 1 to 5 Screenshots

查看更多
兄弟一词,经得起流年.
6楼-- · 2019-02-01 06:57

Ensure existing simulators are closed. Then open XCode 8 (beta):

Go to menu XCode -> Open Developer Tools -> Simulator.

查看更多
Root(大扎)
7楼-- · 2019-02-01 07:01

Xcode > Open Developer Tool > Simulator

Xcode > Open Developer Tool > Simulator

close And re-open Xcode again

enter image description here

查看更多
登录 后发表回答