-
Notifications
You must be signed in to change notification settings - Fork 108
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Building SwiftIcons on Xcode 10.2.1 takes forever #60
Comments
I have the same problem while building production. Haven't compared it, but my subjective feeling is that building time wasn't that big before updating Xcode (and switching to Swift 5).
|
I have the same problem |
same for me |
In Xcode 10.2 and higher the i386 compiler is very slow at processing unicode string literals (eg |
@dionc , good point! But in my project there is no |
@vitalii-tym your fork doesn't seem to help. Maybe it is slightly faster. But I am still experiencing and extremely slow build purely because of SwiftIcons. The real problem is sadly compiler or configuration for it in XCode 10. |
@hammadzz, I never said my fork worked better. It is as slow as the main repo. |
any update for production release with xCode 10.2 ? |
a quick workaround I currently use is to unlock the pod and remove all icons from the sets I don't use at all, leaving them almost empty. Like this:
This speeds up build time dramatically. |
I've update the Xcode into 10.2.1 after I've cleaned the project and build again. Xcode struck on building SwiftIcons like there's no ending to it. There is no error appears so far.
Xcode Version 10.2.1 (10E1001)
SwiftIcons version 2.3.2
Swift Language Version 4.2
The text was updated successfully, but these errors were encountered: