Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
417 views
in Technique[技术] by (71.8m points)

ios - Xcode进程启动失败:安全性(Xcode process launch failed: Security)

I have been developing an app for 1 or 2 weeks now and just yesterday I have updated my iPhone 5S to the iOS 8 GM.

(我已经开发了一个应用程序1或2周了,就在昨天我已经将我的iPhone 5S更新到iOS 8 GM。)

Everything worked fine and I could test on my device as well until I deleted the app from my phone and wanted to build again.

(一切正常,我也可以在我的设备上测试,直到我从手机中删除应用程序并想再次构建。)

The following error appeared:

(出现以下错误:)

Could not launch "My App"
process launch failed: Security

截图添加

When I test with the simulator it works fine.

(当我用模拟器测试时它工作正常。)

Is this because of the iOS 8 GM update and how can I fix this launch problem?

(这是因为iOS 8 GM更新以及如何解决此启动问题?)

I want to be able to test on my iPhone and in the simulator.

(我希望能够在我的iPhone和模拟器上进行测试。)

  ask by Tom Spee translate from so

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

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 .

(说“ yes ”然后Build & Run again 。)

As from iOS 9, it is required to go to Settings → General → DeviceManagement → DeveloperApp → Trust .

(从iOS 9开始,需要转到Settings → General → DeviceManagement → DeveloperApp → Trust 。)


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...