Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

Tags:

xcode

ios

xcode8

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

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

enter image description here

like image 601
Mehul Chuahan Avatar asked Oct 03 '16 07:10

Mehul Chuahan


5 Answers

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

like image 66
Shrawan Avatar answered Oct 06 '22 14:10

Shrawan


Force quit the simulator and Xcode really works for me.

like image 28
guru Avatar answered Oct 06 '22 15:10

guru


1.Quit the simulator

2.Cmd+shift+k(clean)the Code

3.Run again application.

like image 35
Nagendar Avatar answered Oct 06 '22 13:10

Nagendar


Quitting the simulator and clearing the derived data worked for me.

like image 22
Shyam Avatar answered Oct 06 '22 15:10

Shyam


Please close simulator and run again. if this doesn't work for you then try again after reset simulator.

This worked for me.

like image 34
gstream79 Avatar answered Oct 06 '22 13:10

gstream79