Xcode10 error: "iPhone has denied the launch request"

时间:2019-03-19 14:53:13

标签: xcode

Xcode10 error: "iPhone has denied the launch request"

3 个答案:

答案 0 :(得分:1)

Here are couple of things you can try to troubleshoot this problem.

  • Make sure that iPhone is not locked, when Xcode launches the app.
  • Reconnect your iPhone to your Mac.
  • Restart Xcode
  • Restart phone it may help
  • Restart your machine as a last step to fix the issue.

答案 1 :(得分:0)

由于无效的代码签名而遇到的此问题。确保您正在与开发人员而不是发行人进行签名。

如果您的证书配置不正确,则可以创建新的内部版本ID并自动检查登录。

这也可以解决您的问题,但是最好的解决方案是配置开发者证书。

答案 2 :(得分:-2)

如果您拥有免费的Apple开发人员帐户,则无法再在设备上调试应用。目前尚不清楚这是临时的还是永久的,但是如果您要启动应用程序而不会出现错误,则必须转到产品->方案->编辑方案,然后取消选中“调试”复选框。您将无法调试该程序,但它将运行。