Cristian Ortega
Cristian Ortega
I had the same issue and I had to change `DayAxisValueFormatter` conformance from `IAxisValueFormatter` to `AxisValueFormatter` since they differ from 3.x to 4.x.
@danielgindi @liuxuan30 @pmairoldi is there anything else I can do to help in order to have https://github.com/corteggo/Charts/releases/tag/v3.6.1 moved into this repo? If so, please let me know and I'll do...
@liuxuan30 thank you for your answer. We'll keep 3.6.1 in our own repo then. To make 4.x compatible with Xcode 14 when `BUILD_LIBRARY_FOR_DISTRIBUTION` is set to `YES` the easiest way...
> removing `swift-algorithms` sounds unrealistic since it's making coder cleaner. It's sad to see the swift is still having compatibility ackward regarding `BUILD_LIBRARY_FOR_DISTRIBUTION`. What would you do to address this...
> the problem is not 100% on us.. We tried our best to make it compatible and follow the trend of swift. When we adopted swift-algorithms for good, we think...
@andrewkouri linking CoreTelephony.framework to the project fixed the issue for me (only for real devices, not in the simulator unfortunately). Related to https://github.com/ashleymills/Reachability.swift/issues/307#issuecomment-425377792