liveview-native / liveview-native-swiftui-charts

Swift Charts addon library for LiveView Native
MIT License
3 stars 2 forks source link

Requires Swift 5.9 (Xcode 15) to compile #109

Closed dbii closed 1 month ago

dbii commented 11 months ago

Current code is not compatible with Swift 5.8 (Xcode 14). The error is:

liveview-native-swiftui-charts/Sources/LiveViewNativeCharts/Modifiers/ZIndexModifier.swift:40:17 Value of type 'ZIndexModifier.Builder.Content' (aka 'any ChartContent') has no member 'zIndex'

which is because zIndex was added in iOS 17

https://developer.apple.com/documentation/charts/chartcontent/zindex(_:)?changes=latest_major

carson-katri commented 1 month ago

We now require Xcode 15 to build LiveView Native.