You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
has cut 52 seconds from my build time. Is this a known issue? Is there a way to fix this? I am building all the views programmatically if that matters.
The text was updated successfully, but these errors were encountered:
Well those come from your app not Charts. I just did the same thing with the library code and the longest file to compile is 278.0ms. I believe the problem is on your end.
I did a profiling on my build times since lately my builds were taking copious amounts of time.
I followed the instructions here: http://irace.me/swift-profiling
I would like to report that removing these lines:
using the report from the profiling:
has cut 52 seconds from my build time. Is this a known issue? Is there a way to fix this? I am building all the views programmatically if that matters.
The text was updated successfully, but these errors were encountered: