Xcode project not showing list of simulators

后端 未结 30 2100
隐瞒了意图╮
隐瞒了意图╮ 2020-12-12 18:46

I open my project in Xcode 6.1. When I try to run the project, the button is grayed out. When I try to go to Product > Clean, the option is grayed out. When

相关标签:
30条回答
  • 2020-12-12 19:09

    I still had my iOS Device, but all my simulators were gone.

    I tried every suggested solution I could find on stackoverflow.

    Eventually, I deleted the Xcode app and downloaded it again from the App Store. After installation, the simulators were back.

    0 讨论(0)
  • 2020-12-12 19:10

    If Your problem is due to multiple (versions of) xcode

    Then follow following steps

    1. Cleaning Derived Data Go to Xcode preferences -> Select location tab -> select little gray arrow on /Users/apple/Library/Developer/Xcode/DerivedData. You will be redirect to folder From there select Derived Data folder and Delete.

    2. Completely Quite The Xcode and reopen

    This will solve your problem. Happy coding :)

    0 讨论(0)
  • 2020-12-12 19:10

    Just go to Xcode -> Window -> Devices

    Click + at the bottom left

    Add your new Simulator

    0 讨论(0)
  • 2020-12-12 19:11

    Click on the project name (Right to the Run button). Three options will appear.

    1. Edit scheme
    2. New scheme
    3. Manage scheme

    You can click on "New scheme" and then click on "OK" in popup window.

    You will have simulators list back.

    0 讨论(0)
  • 2020-12-12 19:13

    Small but a effective solution. In my case i updated to my xcode to 9.2 version and simulators disappeared.

    I found this solution and it worked for me and for others also.

    **

    Just quit your xcode and restart again. You will have simulators.

    **

    0 讨论(0)
  • 2020-12-12 19:15

    I just needed a good, old fashioned restart the computer. When uninstalling and reinstalling XCode didn't do the job, I restarted out of pure frustration....lo and behold! After a restart, everything was as it should be.

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