AAChartModel / AAChartKit-Swift-Pro

📈📊👑👑👑AAChartKit-Swift-Pro is a professional version of AAChartKit-Swift, it is an elegant and friendly chart framework for iOS, iPadOS, macOS. AAChartKit-Swift-Pro is a more powerful data visualization framework that supports more types beautiful chart like bellcurve, bullet, columnpyramid, cylinder, dependencywheel, heatmap, histogram, networkgraph, organization, packedbubble, pareto, sankey, series, solidgauge, streamgraph, sunburst, tilemap, timeline, treemap, variablepie, variwide, vector, venn, windbarb, wordcloud, xrange charts and so on.
36 stars 10 forks source link

在xcode15中报错Stored properties cannot be marked unavailable with '@available' #5

Closed Maxcucurbit closed 5 months ago

Maxcucurbit commented 1 year ago

大佬,在Xcode15,swift5.9环境下报错:Stored properties cannot be marked unavailable with '@available' 这个怎么解决,要一个个的去删除吗?

AAChartModel commented 1 year ago

参考:

直接将报错的部分删除掉就行了

Maxcucurbit commented 1 year ago

/

参考:

直接将报错的部分删除掉就行了

收到,谢谢