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
It's a Swift Compiler optimization bug. We have encountered such in another place. Apple fixes them from time to time. Please try to run it in latest Xcode beta - and let us know if they fixes this one :-)
in ChartXAxisRenderer
the exc_bad_instruction line:
let labelSize = widthText.sizeWithAttributes([NSFontAttributeName: _xAxis.labelFont])
but in ios 9.2, there is no error here, but how to fix it ?
The text was updated successfully, but these errors were encountered: