Xcode 更新到 6.3 时 jbchartview 中的语义问题
Semantic issue in jbchartview when Xcode updated to 6.3
我一直在我的 swift 项目中使用 jbchartview
,在我将 Xcode 更新到版本 6.3.2 之前它运行良好。现在它给出了一个语义问题:
Auto property synthesis will not synthesize property 'dataSource'; it will be implemented by its superclass, use @dynamic to acknowledge intention.
在 JBBarChartView.h
和 JBLineChartView.h
中。
实际问题是什么,如何解决?
我一直在我的 swift 项目中使用 jbchartview
,在我将 Xcode 更新到版本 6.3.2 之前它运行良好。现在它给出了一个语义问题:
Auto property synthesis will not synthesize property 'dataSource'; it will be implemented by its superclass, use @dynamic to acknowledge intention.
在 JBBarChartView.h
和 JBLineChartView.h
中。
实际问题是什么,如何解决?