I've followed the tutorial under to implement my trial-version of ShinobiCharts in my Swift-app. It all compiles but when I run the app I get this runtime error saying:
fatal error: Can't form Range with end < start (lldb)
And the errors seem to be coming from:
SChart_License decryptAndCheckExpiryDate:outLicenseBase64:
SChart_License verifyKey:nilKeyMessage:
SChart_License verifyKey:
SChartCanvas drawChart:
SChartCanvasRenderView drawRect:
UIView(CALayerDelegate) drawLayer:inContext:
And obviously I'm just starting out in ShinobiCharts so I don't know what to make of this.
Please help me solving this issue.