Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
每当我将我的应用程序加载到我的 iPhone 时,它工作得很好,但是当我杀死它(双击主页按钮并杀死它)并再次启动它时,它会冻结并崩溃。我对编程很陌生,所以我该怎么办?我必须在 appdelegate 文件中做些什么吗?
如果您在使用 xcode 进行调试时手动杀死了您的 iphone 上的 APP,
您的应用程序将收到一个信号(可能是 SIGKILL ,不确定),
当您处于调试模式时,xcode 可以向您显示,这很正常且无需执行任何操作
如果您的应用程序在正常模式下运行,那么您将其杀死,您的应用程序将在下次运行时退出并重新启动