IOS Simulator cannot find sdk and the simulated application quit errors

后端 未结 6 1598
温柔的废话
温柔的废话 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:27

    I have personally experienced a weird thing with xcode regarding this issue. Sometimes the sdk is installed properly but it still gives this error. I have two classes, if I call first class from the app delegate then the ipad simulator works fine but when I call the second class then it gives the error that the sdk needs to be re-installed. In my case when the error occured, I had two errors in the second class. When I corrected the errors after debugging, the ipad simulator started to work completely fine. This is quite weird but its not the problem with your sdk, the problem is somewhere in the code.

提交回复
热议问题