在 Xcode 8 上出现“SpringBoard 无法为请求提供服务”错误
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/39826112/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Getting "SpringBoard was unable to service the request" error on Xcode 8
提问by Mehul Chuahan
回答by guru
Force quit the simulator and Xcode really works for me.
强制退出模拟器,Xcode 真的对我有用。
回答by Shrawan
Worked solution : i) Close the simulator ii)Clean the Xcode cmd+shift+k iii)Preference =>Derived Data => Move to trash iv) Close Xcode v) Clean Trash iii)Relaunch Xcode
可行的解决方案:i) 关闭模拟器 ii) 清理 Xcode cmd+shift+k iii)Preference =>Derived Data => 移至垃圾箱 iv) 关闭 Xcode v) 清理垃圾箱 iii) 重新启动 Xcode
回答by Nagendar
1.Quit the simulator
1.退出模拟器
2.Cmd+shift+k(clean)the Code
2.Cmd+shift+k(clean)代码
3.Run again application.
3.再次运行应用程序。
回答by Shyam
Quitting the simulator and clearing the derived data worked for me.
退出模拟器并清除派生数据对我有用。
回答by gstream79
Please close simulator and run again. if this doesn't work for you then try again after reset simulator.
请关闭模拟器并再次运行。如果这对您不起作用,请在重置模拟器后重试。
This worked for me.
这对我有用。