Eric Hedstrom
Eric Hedstrom
As noted this is with Xcode 14.0 beta 1, so Swift 5.7. If I change ChartAnimationEasing line 340 to a `func` it allows it to compile. It seems like a...
It also works for me if I import Charts as a Swift Package instead of a Cocoapod. The same error occurs if I add Charts as a Cocoapod to a...
This is a duplicate of #4835
Weirdly, replacing either instance of `1.0` with `Double(1.0)` in that line lets it compile -- it doesn't even require replacing both. As noted in #4838, adding Charts as a Swift...
Do you still see this with 2.2.0-pre1? That fixed it for me but in #24 looks like not for everyone.
I have seen this too. Somewhere you have an out of date copy of the library. One or more of these steps will resolve this error: - Make sure you...
The release with the fix is 2.2.0-pre1, so you will also have to enable "Show pre-release packages" in the Nuget dialog to see it.
Ok, well, 2.2.0-pre1 has a try/catch around that SetRippleColor call (see [commit f0560b7](https://github.com/keannan5390/Xamarin.Plugin.FAB/commit/f0560b763277bd867b4d0b0e39f7ac3adadfa9fa)). So unless your Studio is alerting you to caught exceptions or your app is pulling in an...
I also get the stack trace @jphoc13 reported on Sep. 19 (4 comments up) in my Xamarin app on Android: - app uses WebSocket4Net 0.15 with SuperSocket client 0.8.0.13 to...
This is working for me after updating to 0.15.2 and SuperSocket 0.10. Now I am able to enter/exit airplane mode without the app crashing. I do not have the PREFER_DNS_IN_ADVANCE...