Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode 6.3 not archive and get stucks when Compiling Swift Source Files

Xcode 6.3 gets stuck on "compiling swift source files" when I try to build for archive! it gets stuck on "compiling last two or three swift files". I waited nine hours but did not happen anything. Do you have any ideas for this problem ?

like image 929
thebeatleshead Avatar asked Jun 03 '15 08:06

thebeatleshead


1 Answers

Just try to enabling Whole Module Optimization

enter image description here

This link can help you.

https://developer.apple.com/swift/blog/?id=27

like image 102
Riyansh Avatar answered Sep 18 '22 12:09

Riyansh