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
error: Execution was interrupted, reason: EXC_BAD_ACCESS (code=2, address=0x1a1f14400).
The process has been returned to the state before expression evaluation.
Crashes on this line: pieChartView.noDataText = "You need to provide data for the chart."
However it just crashes on any method or variable accessed through the PieChartView.
The text was updated successfully, but these errors were encountered:
Still learning the ropes of Swift. Turned out, I was forcing the PieChartView on the outlet however I did not actually change the UIView class to PieChartView and the module to Charts
pieChartView is defined according to debugger
Controller
Crashes on this line:
pieChartView.noDataText = "You need to provide data for the chart."
However it just crashes on any method or variable accessed through the PieChartView.
The text was updated successfully, but these errors were encountered: