Xcode Swift Speed Up compilation


https://habrahabr.ru/post/317298/
//:configuration = Debug
SWIFT_WHOLE_MODULE_OPTIMIZATION = YES

http://stackoverflow.com/a/39477414/5790492
HEADERMAP_USES_VFS = YES

http://stackoverflow.com/a/40580037/5790492
Unchecking "Find Implicit Dependencies" in Edit Scheme > "Scheme" > Build tab fixed it for me for project files. "Copy swift standard libraries" still takes forever..

http://stackoverflow.com/a/39864766/5790492
Not work, i think

http://stackoverflow.com/a/40601731/5790492
Update  to Xcode 8.2

Комментарии

Популярные сообщения из этого блога

Find out, what controller is on the top.

Xcode Source Extensions Setup

Swizzling UIButton example