响应 springboard 的终止而终止如何影响我的应用程序 [英] How does Terminating in response to springboard's termination affect my app

查看:22
本文介绍了响应 springboard 的终止而终止如何影响我的应用程序的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在使用 Xcode 5.1.1 在 iOS 6+ 中制作游戏应用程序.我目前不是苹果开发的成员,至少在我完全完成游戏之前不会.有时,在我退出模拟器后,会出现终止以响应 SpringBoard 的终止"消息.我知道这是一个内存管理问题,但使用 ARC 我不处理内存.这也与我的应用程序的大小有关吗?但我不知道它的大小.一分钟 Xcode 显示 40mb,下一分钟它会显示 12mb 或 20 mb 以及其他 mb,所以我不知道.假设我在应用程序商店发布应用程序并且不解决这个罕见的终止问题,这将如何影响用户在使用我的应用程序时?我将如何解决此终止消息问题?

I'm using Xcode 5.1.1 making a game app in iOS 6+. I am currently not a member of apple development, at least not until i finish the game completely. Sometimes right after i quit the simulator i get a "Terminating in response to SpringBoard's termination" message appear. I know it's a memory management issue but with ARC i don't deal with memory. Also does this have something to do with the size of my app? But i don't know it's size. One minute Xcode shows 40mb and the next it'll show 12mb or 20 mb and other mb's in between so i don't know. Lets say i publish the app in app store and don't fix this rare termination issue, how would that affect the user when using my app? How would i fix this termination message issue?

推荐答案

如果您通过 command-Q 退出模拟器,那么Terminating in response to SpringBoard's terminate"消息实际上是正确的(模拟应用程序在模拟器(Apple 工程师内部称为 SpringBoard 的应用程序)终止之前终止.

If you're quitting the simulator via command-Q, then a "Terminating in response to SpringBoard's termination" message is actually proper (the simulating app is terminating before the simulator -- that app known internally to Apple engineers as SpringBoard -- terminates).

至于你的记忆问题,一旦你掌握了 Xcode,你应该尝试在 Xcode Instruments 和 活动监视器模板和/或分配模板.

As for your memory worries, once you get the hang of Xcode, you should try running your app under Xcode Instruments and with the Activity Monitor template and/or the Allocations template.

这篇关于响应 springboard 的终止而终止如何影响我的应用程序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆