exyte / Macaw

Powerful and easy-to-use vector graphics Swift library with SVG support
MIT License
6.01k stars 553 forks source link

Fix: Fixing ios 14 compiler error #707

Closed sadefigu closed 4 years ago

sadefigu commented 4 years ago

Error: The compiler is unable to type-check this expression in reasonable time; try breaking up the expression into distinct sub-expressions

This error happens when building using XCode 12 beta.

sadefigu commented 4 years ago

This PR can be closed because it is a dup of https://github.com/exyte/Macaw/pull/706