xcode iOS9 - 无法验证任何应用程序

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/34094998/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-15 08:17:18  来源:igfitidea点击:

iOS9 - Can't Verify Any Apps

iosiphonexcode

提问by djt

I was in the middle of woking on a App in XCode 7 and was pushing it to my phone after making changes. All of a sudden, i was getting a general "security" error.

我正在使用 XCode 7 中的应用程序工作,并在进行更改后将其推送到我的手机上。突然之间,我遇到了一般的“安全”错误。

The app had already been verified and the developer trusted. The XCode console outsputs:

该应用程序已经过验证并且开发人员信任。XCode 控制台输出:

error: failed to launch '/private/var/mobile/Containers/Bundle/Application/C684E25D-F370-4DFC-B39F-C4508B653EA1/myapp.app' -- process launch failed: Security

If I go to System Preferences > Profile in my phone and try to verify it, it doesn't do anything and doesn't report any feedback.

如果我在手机中转到“系统偏好设置”>“个人资料”并尝试对其进行验证,它不会执行任何操作并且不会报告任何反馈。

I've tried deleting the app, restarting xcode, restarting my phone, etc..

我试过删除应用程序,重新启动 xcode,重新启动我的手机等。

And now, none of my apps will install on my phone for development -- note, I'm only talking about directly launching an app from Xcode to my phone. I'm not using the App Store.

现在,我的任何应用程序都不会安装在我的手机上进行开发——注意,我只是在谈论从 Xcode 直接启动一个应用程序到我的手机。我没有使用 App Store。

采纳答案by Dominic Lacaille

It seems the server Apple uses to verify apps is down again. This has happened before: iOS 9 enterprise app verify failed

Apple 用来验证应用程序的服务器似乎再次关闭。这之前发生过:iOS 9 企业应用验证失败

All we can do for now is wait until they resolve the issue.

我们现在能做的就是等他们解决问题。

回答by loldi

Having the same issue as you, hitting VERIFY does nothing except briefly change my email at the top to 'Verifying", and then changes back. No feedback or notification.

和你有同样的问题,点击 VERIFY 除了简单地将顶部的电子邮件更改为“正在验证”,然后再改回来。没有反馈或通知。

My first thought would be as Dominic said is that the server on Apples side is down. Not sure if that server is listed here:

我的第一个想法是像 Dominic 所说的那样,Apple 端的服务器已关闭。不确定此处是否列出了该服务器:

https://developer.apple.com/system-status/

https://developer.apple.com/system-status/

But they all seem to be operational, so I guess all we have to do is wait.

但它们似乎都在运行,所以我想我们所要做的就是等待。

Edit: As per Dominic's post, this is the proper site: ppq.apple.com, which is currently down.

编辑:根据多米尼克的帖子,这是正确的网站:ppq.apple.com,目前已关闭。

http://www.isitdownrightnow.com/ppq.apple.com.html

http://www.isitdownrightnow.com/ppq.apple.com.html

For any future people with this error:

对于以后出现此错误的任何人:

If you are having trouble verifying apps on your device, check the above site, if it is down that is almost certainly the cause.

如果您在验证设备上的应用程序时遇到问题,请检查上述站点,如果它已关闭,则几乎可以肯定是原因。