在 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

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-15 09:23:09  来源:igfitidea点击:

Getting "SpringBoard was unable to service the request" error on Xcode 8

iosxcodexcode8

提问by Mehul Chuahan

When I build the app on simulator in Xcode 8.0, I am getting "SpringBoard was unable to service the request" error.

当我在 Xcode 8.0 的模拟器上构建应用程序时,出现“ SpringBoard 无法为请求提供服务”错误。

Please let me know how to resolve this error of Xcode.

请让我知道如何解决 Xcode 的这个错误。

enter image description here

在此处输入图片说明

回答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.

这对我有用。