iPhone 项目未运行(多次)

发布于 2024-11-18 16:01:53 字数 428 浏览 1 评论 0原文

我有一个 iPhone 应用程序,我试图通过 Xcode 在我的手机上运行。

  • 它安装并运行没有问题
  • 我对源代码进行了更改(可以忽略不计,如 NSLog())
  • 它安装没有问题
  • 运行导致错误:

    启动可执行文件“myApp”时出错

    不知道如何运行。尝试“help target”。

  • 我卸载应用程序,然后重新启动手机

  • 它安装并运行没有问题(直到我进行另一次更改;然后我必须重复这个舞蹈)

不用说,必须卸载应用程序,重新启动手机,并重新初始化环境(即设置首选项)需要不合理的时间,并且可能表明存在严重问题。问题是,我收到的唯一模糊的错误消息让我在谷歌上一无所获。这个问题到底是从哪里来的呢?

I have an iPhone app that I'm trying to run on my phone via Xcode.

  • It installs and runs without an issue
  • I make a change in the source code (negligible, like an NSLog())
  • It installs without an issue
  • Running causes the error:

    Error Starting Executable 'myApp'

    Don't know how to run. Try "help target".

  • I uninstall the app, and reboot the phone

  • It installs and runs without an issue (until I make another change; then I have to repeat this dance)

Needless to say, having to uninstall the app, reboot the phone, and reinitialize the environment (i.e. set prefs) takes an unreasonable amount of time, and is probably indicative of a serious problem. The issue is, the only vague error message I receive gets me nowhere on Google. Where on earth could this issue be coming from?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

寒江雪… 2024-11-25 16:01:53

在#iphonedev 的帮助下,我找到了答案。事实证明这是 iOS 5 beta 中的一个小故障。解决方法是从开发设备中删除该设备,然后重新添加它。

With some help from #iphonedev, I figured it out. Turns out it's a glitch in iOS 5 beta. The way to fix it is to remove the device from Development Devices, then re-add it.

北音执念 2024-11-25 16:01:53

是的,只需使用锁定按钮和主页按钮重新启动 iPhone 即可解决此问题。如果这种事发生在我身上几次

Yeah just restarting the iPhone with the lock and home buttons fixes this. Had it happen a few times to me

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文