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
I added the library using SPM, but I get this error immediately:
Initializer for conditional binding must have Optional type, not '(DYDataPoint) -> PointV'
The error is shown for lines 75 and 79 of DYLineView.
if let _ = self.pointView {
self.points()
}
if let _ = self.labelView {
self.pointLabelViews()
}
I tried changing to previous versions but I keep getting this error. I'm using Xcode 14.3.1, and the app is set for minimum deployment versions iOS 15.0. I hope this is of any help, and I honestly don't really understand the issue. Thanks!
The text was updated successfully, but these errors were encountered:
Please update to 1.1.2. I have no idea why I didn't change those lines... I guess the instance variables must have been optionals before and I had changed them to non-optionals later.
I added the library using SPM, but I get this error immediately:
Initializer for conditional binding must have Optional type, not '(DYDataPoint) -> PointV'
The error is shown for lines 75 and 79 of DYLineView.
I tried changing to previous versions but I keep getting this error. I'm using Xcode 14.3.1, and the app is set for minimum deployment versions iOS 15.0. I hope this is of any help, and I honestly don't really understand the issue. Thanks!
The text was updated successfully, but these errors were encountered: