在xcode中进行归档需要很长时间

时间:2022-10-19 18:32:43

While archiving my iOS project in xcode 5.0.2 as 'Debug' configuration selected takes hardly couple of minutes, while the same with 'Release' configuration selected takes more than 30 minutes. Process gets stuck at Analysing(shallow) for most of the time. The same is not true for other projects. Have anyone have this issue? Thank you.

在xcode 5.0.2中将我的iOS项目归档为“Debug”配置只需要几分钟,而选择“Release”配置则需要30分钟以上。过程在分析(浅层)时被困住了。其他项目的情况并非如此。有人有这个问题吗?谢谢你!

Update: While Archiving it gets struck once in the middle of Analyzing and again at the end of the analyzing(shallow).

更新:当存档时,它会在分析过程中被击中一次,在分析过程中又被击中一次(浅层)。

1 个解决方案

#1


0  

Are you sure you are running Product->Archive and not Product->Analyse? The analyzing step you mention is a give away. Another possibility is that you somehow changed your archive step to do an analyze.

你确定你在运行产品->存档而不是产品->分析吗?你提到的分析步骤是一种让步。另一种可能是您以某种方式更改了归档步骤以进行分析。

Update: Based on your comment: turn off analyze in your archive step.

更新:基于您的评论:关闭归档步骤中的分析。

#1


0  

Are you sure you are running Product->Archive and not Product->Analyse? The analyzing step you mention is a give away. Another possibility is that you somehow changed your archive step to do an analyze.

你确定你在运行产品->存档而不是产品->分析吗?你提到的分析步骤是一种让步。另一种可能是您以某种方式更改了归档步骤以进行分析。

Update: Based on your comment: turn off analyze in your archive step.

更新:基于您的评论:关闭归档步骤中的分析。