Waiting for <appname> to launch forever

断了今生、忘了曾经 提交于 2019-12-06 08:02:56

问题


I can't run my program anymore in simulator or on iPhone.

It compiles just fine. No issue. But then I got the message

Waiting for to launch

It happens forever.

This happen only in one project.


回答1:


Check which provisioning you are using, it seems that ad-hoc provisioning cannot be used for debbuging. If your problem is not save with above instruction then also try these:

  • Stop the app from running in Xcode.
  • Delete the app from the device (or Simulator).
  • Select Product > Clean from the Xcode menu.
  • Close Xcode.
  • Close the Simulator (or restart the device).
  • Restart your computer & then check.

Hope this will Help.




回答2:


I, finally got this thing solved by using backup of xproj file

The problem is in xproj file. However, I don't know what.

I am still waiting for better answers.



来源:https://stackoverflow.com/questions/16035689/waiting-for-appname-to-launch-forever

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!