Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode 8 : The request to open bundle-id failed. SpringBoard was unable to service the request

I’m trying to run app on iPhone 7 Plus simulator (using Xcode 8.0) but fails by prompting an alert “The request to open bundle-id failed. SpringBoard was unable to service the request.”

Screenshot 1

I’m getting this frequently (two times in three builds). The only fix I found was to Quit Xcode and Simulator and rebuild app (not worthy).

Any other fix?

like image 546
Jayprakash Dubey Avatar asked Feb 05 '23 20:02

Jayprakash Dubey


2 Answers

I meet this problem last week, and i make a supplement. If the above method does not work for you, you can try the following two methods:

  1. Remove your application from the simulator, and clean your project, run it again.
  2. Reset Content And Setting your simulator, clean and run your project.

I hope this can help someone.

like image 82
DCSnail Avatar answered Feb 21 '23 02:02

DCSnail


Try below work around from thread here:

Issue is the installation issue whereby your install is getting AppTranslocated for some reason. Some have reported this if they run Xcode-beta.app right out of Downloads, but others have seen it even following our reccomended installation instructions. We're still investigating in order to provide an update to the release note.

To fix it:

  1. Copy-paste Xcode-beta.app from Applications folder to somewhere else, e.g. Documents folder.

  2. Delete Xcode-beta.app from Applications folder.

  3. Move Xcode-beta.app from Documents to Applications folder again.

Also check this stackoverflow link.

like image 31
Ronak Chaniyara Avatar answered Feb 21 '23 04:02

Ronak Chaniyara