Xcode 8:打开bundle-id的请求失败. SpringBoard无法为请求提供服务

前端之家收集整理的这篇文章主要介绍了Xcode 8:打开bundle-id的请求失败. SpringBoard无法为请求提供服务前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
我正在尝试在iPhone 7 Plus模拟器上运行应用程序(使用 Xcode 8.0)但是通过提示警告失败“打开bundle-id的请求失败. SpringBoard无法为请求提供服务.“

Screenshot 1

我经常得到这个(三个版本中两次).我发现的唯一修复是退出Xcode和模拟器并重建应用程序(不值得).

任何其他修复?

解决方法

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.

解决这个问题:

>将Xcode-beta.app从Applications文件夹复制粘贴到其他地方,例如文件夹.
>从Applications文件夹中删除Xcode-beta.app.
>再次将Xcode-beta.app从Documents移至Applications文件夹.

另请查看this stackoverflow link.

猜你在找的Xcode相关文章