我正在Release中构建应用程序,并在iPhone 4s上运行。

当我单击运行时,一切正常,我的应用程序甚至在iPhone上运行。

但是一段时间后,我的Xcode出现错误:我的应用程序仍在运行时,“等待应用程序启动超时”。

怎么处理呢?

最佳答案

检查您正在使用哪个配置,似乎临时配置无法用于调试。如果您的问题无法通过上述说明解决,请尝试以下操作:

     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.

关于iphone - Xcode 4.6错误-等待应用启动超时,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/14659094/

10-10 09:22
查看更多