xcode ios project taking long time to compile and run?

天大地大妈咪最大 提交于 2019-12-06 01:49:42

问题


My application is taking very long time around 10 minutes to compile and run on simulator. The application was running fine initially however after adding SUP static library it is taking very long time to build.

xcode version:4.6

I have tried resetting the simulator and restarting the machine

Please help.


回答1:


As I answered to a similar question, I wrote an extensive blog post about how I improved iOS development cycle at Spotify:

Shaving off 50% waiting time from the iOS Edit-Build-Test cycle

It boiled down to:

1) Stop generating dSYM bundles.

2) Avoid compiling with -O4 if using Clang.



来源:https://stackoverflow.com/questions/19064702/xcode-ios-project-taking-long-time-to-compile-and-run

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