onmyway133 / Smile

:smile: Emoji in Swift
https://onmyway133.com/apps/
Other
520 stars 45 forks source link

Build taking too long #16

Open arnoldokoth opened 5 years ago

arnoldokoth commented 5 years ago

The pod is taking too long to build after upgrading to Swift 5. From the output below it takes about 20 minutes and this is just the best case. It takes longer than that sometimes.

[23:33:54]: ▸ Processing Smile-Info.plist
[23:33:54]: ▸ Copying Smile-umbrella.h
[23:53:05]: ▸ Compiling Smile_vers.c
[23:53:05]: ▸ Compiling Smile-dummy.m
[23:53:06]: ▸ Compiling Smile_vers.c
[23:53:06]: ▸ Compiling Smile-dummy.m
[23:53:06]: ▸ Linking Smile
[23:53:06]: ▸ Linking Smile
[23:53:06]: ▸ Generating 'Smile.framework.dSYM'
[23:53:06]: ▸ Touching Smile.framework
avinz commented 5 years ago

Facing same issue when archiving project, Compile Swift sources files takes 30+ minutes.

dtirer commented 5 years ago

Also experiencing this issue. Any updates?