iPhone应用程序崩溃在关闭/重新打开
问题描述:
我已经创作的作品完美地在第一时间在应用程序中,但如果我强迫关闭它通过栏位于屏幕的底部,打开它备份,它崩溃,不会重新加载。我得到的唯一错误是Thread 1: Program received signal: "SIGKILL".
,日志中没有任何内容。这在iPhone模拟器以及我的物理iPhone中都会发生。
编辑:我附上了调试日志。就像我提到的,没有任何表现。这是引发错误并且应用程序崩溃之后的日志。
GNU gdb 6.3.50-20050815 (Apple version gdb-1703) (Thu May 26 17:11:52 UTC 2011)
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB. Type "show warranty" for details.
This GDB was configured as "x86_64-apple-darwin".Attaching to process 835.
sharedlibrary apply-load-rules all
Current language: auto; currently objective-c
(gdb)
任何人都有过这样的问题吗?
那么,调试器或崩溃日志会说什么? – DarkDust
什么都没有。我在原帖中提到过。 – Baub
我禁用了info.plist中的多任务,并且当我再次尝试相同的过程时,它在调试输出中显示错误。我修正了错误,现在它按预期工作。现在,我可以通过底部的栏来关闭并重新打开应用程序,不会有任何问题。 感谢大家的帮助! – Baub