Xcode 8 : 请求打开 bundle-id 失败。 SpringBoard 无法处理请求

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

我正尝试在 iPhone 7 Plus 模拟器(使用 Xcode 8.0)上 运行 应用程序,但因提示警报而失败 “The request to open bundle-id failed. SpringBoard was unable to service the request.”

经常收到这个(三个版本中两次)。我找到的唯一修复方法是 Quit Xcode and Simulator and rebuild app (not worthy).

任何其他修复?

尝试以下解决方法 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.

修复它:

  1. 从 Applications 文件夹复制粘贴 Xcode-beta.app 到其他地方,例如文档文件夹。

  2. 从应用程序文件夹中删除 Xcode-beta.app

  3. 再次将 Xcode-beta.app 从 Documents 移动到 Applications 文件夹。

同时检查 this Whosebug link

上周遇到这个问题,补一下。如果以上方法对您不起作用,您可以尝试以下两种方法:

  1. 从模拟器中删除您的应用程序,并清理您的项目,运行 再次。
  2. 重置内容并设置您的模拟器,清理并运行您的项目。

希望对大家有所帮助。

我在一个 React Native 项目中遇到了类似的问题,该项目突然停止在所有 Xcode 模拟器上运行。

我们尝试了 deleting/resetting 模拟器中的所有方法,删除派生数据并再次下载 Xcode,但是没有任何效果。

唯一可行的方法是创建一个新的配置文件,正如我在其他一些地方看到的那样,但我认为这不会解决这个问题,但它确实做到了!

此外,如果在更改配置文件后问题再次出现,请尝试使用以前未使用过的不同模拟器(如果需要,请为不同 OS 下载新模拟器)。不知何故,模拟器变成 "corrupt" 并且即使在 resetting/erasing.

之后也会出现同样的问题