Xcode 4 中的运行按钮

发布于 2024-11-07 13:54:20 字数 136 浏览 1 评论 0原文

每当我通过选择 xcode 中的运行按钮重新运行我的应用程序时,它都会说模拟器已在使用中。所以我每次都必须停下来才能重新运行。 所以我的问题是,是否有任何选项或设置可以避免这种情况。我想运行应用程序而不停止它,就像我们以前在 xcode 3 中所做的那样。

Whenever I re-run my application by selecting the run button in xcode for, it says simulator already in use. So I have to stop it every time before re-running.
So my question is, is there any option or setting to avoid this. I want to run the application without stopping it like we used to do in xcode 3.

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

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

发布评论

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

评论(3

笑脸一如从前 2024-11-14 13:54:20

问题是,即使在模拟器中,按 Home 按钮也不会在 iOS 4 下停止您的应用程序。您可以在调试器或模拟器中停止您的应用程序,也可以修改您的应用程序,使其不会停止。在后台运行。请参阅 选择退出后台执行

The issue is that pressing the Home button, even in the simulator, does not stop your app under iOS 4. You can either stop your app in the debugger, or in the simulator, or you can modify your app such that it doesn't run in the background. See Opting Out of Background Execution.

不必你懂 2024-11-14 13:54:20

在应用程序 PLIST 文件中,我们有一个“应用程序不在后台运行”的标志。

如果您将此标志设置为“是”并按主页按钮,应用程序将不会维持其状态或执行任何后台任务。

In Application PLIST file, we have a flag of “Application does not run in background”.

If you set this flag to “YES” and press home button, application will not maintain its status or perform any background tasks.

诺曦 2024-11-14 13:54:20

这是 Xcode 4 中的一个错误,有时会发生。通常,您可以通过退出模拟器并重新启动 Xcode 来使其消失。如果仍然无法解决问题,我会在 bugreport.apple.com 报告该问题,看看是否可以Apple 的工程师可以提供帮助。

This is a bug in Xcode 4 which occurs sometimes. Usually you can make it go away by quitting the Simulator and restarting Xcode. If that still doesn't fix the problem, I would report the issue at bugreport.apple.com and see if the engineers at Apple can help.

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