Mehul Chuahan
Mehul Chuahan

Reputation: 752

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

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

Upvotes: 13

Views: 6607

Answers (5)

guru
guru

Reputation: 2817

Force quit the simulator and Xcode really works for me.

Upvotes: 23

Shyam
Shyam

Reputation: 417

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

Upvotes: 2

Nag
Nag

Reputation: 131

1.Quit the simulator

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

3.Run again application.

Upvotes: 3

gstream
gstream

Reputation: 525

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

This worked for me.

Upvotes: 1

Shrawan
Shrawan

Reputation: 7246

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

Upvotes: 6

Related Questions