safx / Emoji-Swift

String extension converting to and from emoji character and Emoji-One

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Carthage and archive time is huge

anton-plebanovich opened this issue · comments

It takes ~30m to compile the framework with Carthage. Probably something related to optimizations in release mode but can't be sure. Probably a similar issue was resolved in https://github.com/alexaubry/HTMLString by migrating strings into a plist file.

Easy to check. I changed build configuration to release and tried to build.

Easy to fix. I changed Optimization Level to No Optimization for Release configuration.