Xcode 6.0 taking forever to archive my project

自古美人都是妖i 提交于 2019-12-11 09:45:39

问题


Xcode 6.0 taking about 8 hours to archive a fairly large project! Any idea how to make the archiving project faster? The archiving just gets stuck for hours at compiling 42 of 42 source files. Also, sometimes Xcode just crashing after hours of attempting to archive.

I recently upgraded my Mac to a 2.3GHz quad-core Intel Core i7 processor and 16GB RAM, but unfortunately that didn't help. I want to understand if it is a PC configuration issue or an Xcode issue. In other words, if I upgrade to a Mac Pro, would that help?


回答1:


Try to cancel archive, restart and try again.
If this doesn't work use other old method.

  1. Build you project. Go to left pane-> product ->here you will see .app.
  2. Show in finder .app file under product folder, drag and app in .app in iTunes.
  3. There you will see you app in iTunes, again show in finder and you will see ipa file.


来源:https://stackoverflow.com/questions/25780831/xcode-6-0-taking-forever-to-archive-my-project

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!