safx / Emoji-Swift

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Latest Swift update introduces compile error

eoy4 opened this issue · comments

With the latest Xcode and Swift updates from Apple I am getting the following error:

[Path]/Pods/Emoji-swift/Sources/Emoji.swift:22:31: Expression was too complex to be solved in reasonable time; consider breaking up the expression into distinct sub-expressions

It seems Swift doesn't like the huge hard coded array there...