终止,因为没有系统应用程序? [英] Terminating since there is no system app?

查看:168
本文介绍了终止,因为没有系统应用程序?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有没有人在XCode中遇到错误消息因为没有系统应用程序终止?

Has anyone been experiencing the error message "Terminating since there is no system app" lately in XCode?

我有一个CoreAudio应用程序(使用The Amazing Audio Engine构建)框架)在iOS 8.1和XCode 6.1上运行。自从XCode 6.1(或/和iOS 8.1)我的应用程序随机崩溃(通常在开始运行后不久),我的iPad显示带有白色苹果标志的黑色屏幕。像启动屏幕,但只有几秒钟。然后ipad回到锁定的屏幕。

I have a CoreAudio app (built with The Amazing Audio Engine framework) running on iOS 8.1 and XCode 6.1. Since XCode 6.1 (or/and iOS 8.1) my app randomly crashes (generally not long after starting to run) and my iPad displays a black screen with the white apple logo. Like the boot up screen but only for a few seconds. Then the ipad goes back to the locked screen.

日志窗口显示:因为没有系统应用程序而终止。没有用; @(

The log windows says : "Terminating since there is no system app". No very helpful ;^(

任何人都有同样的问题吗?谢谢。

Anyone is having the same issue? Thanks.

推荐答案

该错误消息只是告诉你iOS已经停止运行。显然,应用程序不再运行,并且在iPad完成重启之前无法再次运行。至于导致崩溃的原因,你需要做什么一些更多的探索。绝对打开异常断点,看看你是否可以在整个设备崩溃之前捕获崩溃。另外要记住的是,如果你安装了分发配置文件,调试器无论如何都不会工作。如果你有一个包含推送配置文件的应用程序,例如,它会在启动后不久崩溃,因为调试器会将其关闭。

That error message is just telling you that iOS stopped running. So obviously the app is no longer running and won't be able to again until the iPad finishes rebooting. As far as what causes the crash you need to do some more exploring. Definitely turn on exception breakpoints to see if you can catch the crash before the whole device crashes. Another thing to keep in mind is that the debugger, for whatever reason, will not work if you have distribution profiles installed. If you have an app with an included push profile, for example, it will always crash shortly after launch because the debugger takes it down with it.

这篇关于终止,因为没有系统应用程序?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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