IOS Simulator cannot find sdk and the simulated application quit errors

后端 未结 6 1600
温柔的废话
温柔的废话 2021-02-07 02:41

I have been having this Xcode problem for a couple of months where my iOS simulator stops working whenever i run any application on Xcode and says, \"The simulated application q

6条回答
  •  情歌与酒
    2021-02-07 03:42

    Go to Xcode -> Preferences -> Downloads and make sure the "Target SDK" you have selected in your project is in fact installed under the Downloads windows. For me this magically was uninstalled. Once i installed the SDK that my app was using, all worked again

提交回复
热议问题