无法启动 "MyApplication" 启动 failed:process 启动 failed:timed 等待应用程序启动?
Could not launch "MyApplication" launching failed:process launch failed:timed out waiting for app to launch?
我正在开发一个通用应用程序,当我 运行 这个应用程序时它显示错误 "Could not launch "MyApplication" launching failed:process launch failed:timed out waiting for app to发射?”
我已经试过了:
- 关闭并重新打开 Xcode
- 已从设备中删除应用程序并尝试重新运行
- 重启设备
- 检查构建设置以检查正确的代码签名身份
- 终于重启了我的 Mac 系统
但没有任何帮助。
清理你的 didFinishLaunchingWithOptions 方法。你不应该用那种方法做任何时间任务。
我正在开发一个通用应用程序,当我 运行 这个应用程序时它显示错误 "Could not launch "MyApplication" launching failed:process launch failed:timed out waiting for app to发射?” 我已经试过了:
- 关闭并重新打开 Xcode
- 已从设备中删除应用程序并尝试重新运行
- 重启设备
- 检查构建设置以检查正确的代码签名身份
- 终于重启了我的 Mac 系统
但没有任何帮助。
清理你的 didFinishLaunchingWithOptions 方法。你不应该用那种方法做任何时间任务。