The runtime for selected device is not installed error

前端 未结 6 1096
孤独总比滥情好
孤独总比滥情好 2021-01-02 00:45

I am trying to run application using xcode 6 on ios8 simulator but I am getting error \"The runtime for selected device is not installed \".

I have set

6条回答
  •  梦毁少年i
    2021-01-02 01:15

    After installing Xcode, be sure you "select" it in Terminal, before launching / downloading updates.

    ex.

    sudo xcode-select -switch /Applications/Xcode6-Beta6.app/Contents/Developer/
    

    Also handy to have around... This command shows your currently selected Xcode version.

    sudo xcode-select --print-path
    

提交回复
热议问题