准备存档需要花费很多时间

准备存档需要花费很多时间

本文介绍了Xcode 8:准备存档需要花费很多时间的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

今天,我试图将应用程序存档并上传到iTunes Connect Beta Testing.

Today I tried to archive and upload a App to iTunes Connect Beta Testing.

Xcode停留在正在复制Swift标准库"的位置大约10分钟.两天前,它只有几秒钟.CPU的运行速度为100%,风扇的声音确实很大.它从来没有这样做过.

Xcode stays at the point "Copying Swift standard libraries" for about 10 minutes.. Two days ago it just were some seconds.. The CPU runs at 100% an the Fan is really really loud. it never did that before..

然后,我尝试使用管理器将其上传到AppStore.但这在准备存档-共同设计libswiftAVFoundation.dylib ..."中荒谬地停留了很长时间.

Then I try to upload it to the AppStore using the Organizer. But it stays ridiculously long at "Preparing Archive - Codesigning libswiftAVFoundation.dylib..."

我把它留了一晚,它仍然在同一地点.我真的不知道该怎么办.我需要尽快上传此版本....请帮助我.

I left it over night and it still was at the same spot.. I really don't know what to do. I need to upload this build as soon as possible.... Please help me somebody..

我的设置:MacBook Pro Retina 13 2014,macOS 10.12.1 Beta

my setup: MacBook Pro Retina 13 2014, macOS 10.12.1 Beta

推荐答案

我找到了解决方法:

  1. 打开钥匙串
  2. 搜索AppleID证书(我找到了1300多个)
  3. 删除所有成员

使用Xcode 8+享受快速建造的建筑!看来这是Xcode8的自动签名功能出现的问题.

Enjoy your fast-blast building with Xcode 8+!It seems like this is an issue with automatic signing feature from Xcode8.

这篇关于Xcode 8:准备存档需要花费很多时间的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-23 11:53