iphone - Xcode 4.6 错误 - 等待应用程序启动超时

标签 iphone ios xcode error-handling timeout

我正在 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/

相关文章:

iphone - 如何用 2 根手指在 iOS 4 中滚动 iframe?

html - iOS:用于 MFMailCompseViewController 的复杂 HTML/CSS

ios - 设置 AutoHideSplashScreen 在 Cordova 3.0.0 for iOS 中无效

iphone - iOS 中 UITableViewController 中的 tableView 设置为 nil 后,viewDidLoad 方法再次调用

iphone - 在自定义 UIBarButtonItem 周围设置边框

iphone - 在 NSUserDefaults 中存储自定义对象的 NSArray

ios - 从 Google+ SDK - iOS 仅访问有关用户的基本详细信息

ios - 不是按字母顺序而是使用字符串前缀参数对数组进行排序

objective-c - 根据个别页面显示从 URL 下载的 PDF

xcode - IBAction 周围的单引号