首页 > 代码库 > iOS "Xcode process launch failed: Security" in iPhone 6, iOS 8 -解决方案

iOS "Xcode process launch failed: Security" in iPhone 6, iOS 8 -解决方案

  • 问题重述:

在iOS 8中第一次运行App,Xcode出现弹出框:“Xcode process launch failed: Security”

  • 解决方案:

“If you get this, the app has installed on your device. You have to tap the icon. It will ask you if you really want to run it. Say “yes” and then Build & Run again.”

如果已经看到这弹出框,说明App已经在你的设备上安装了。你需要点击App的图标,之后会有弹出框出现,问你是否真的想要运行/是否信任该程序员。点击“是”,然后再次Build & Run。

  • 参考链接:

http://stackoverflow.com/a/25837245/3458781

iOS "Xcode process launch failed: Security" in iPhone 6, iOS 8 -解决方案