Xcode 7: Can't archive/compile?

Hello!


Basically, I've been working on a project for a rather long time now - and today I finally finished it. However, XCode seems to be unable to archive my project. What I mean by that is that it just stops on 'Compiling Swift Sources", and then it stops forever. My project is not big at all, and if my computer is righ - the size of my project is only 860kb. However, the project contains a huge array with over 1200 words. I don't know if this is what causes the problem?


It may be worth mentioning that my Mac is from mid 2010 (13-inch Macbook pro), and I fear this might be the problem - that my PC is just unable to handle the compiling process, with its only 4GB of RAM. I just wanted to hear from someone here, before I eventually buy a macincloud subscription, or if this can be solved.


Thanks in advance.

I have a very similar problem:

. Small app with similar array.

. XCode V7.3 stalls in "compiling 30 of 30 source files".


It's intriguing that I suceed in the previous version already in the Store. It was really straight forward.

Is the first update with minor enhacements that is just not Archiving anymore.

Any insights?

Please file a bug with a sample demonstrating this.


If you define an empty array instead of the large one, are you able to archive? If so, a workaround would be to define the contents of the array in an external resource file, such as a plist.

Xcode 7: Can't archive/compile?
 
 
Q