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
The existing version won't work as is with net6.0-ios due to breaking changes. These are also documented here.
Right now you get the following error - error NU1202: Package SaturdayMP.XPlugins.iOS.BEMCheckBox 1.4.3 is not compatible with net6.0-ios15.2 (.NETCoreApp,Version=v6.0). Package SaturdayMP.XPlugins.iOS.BEMCheckBox 1.4.3 supports: xamarinios10 (Xamarin.iOS,Version=v1.0)
Do you have any plans to support net6.0-ios since the GA is scheduled for Q2 2022?
Hello @cosminstirbu. Sorry I currently don't have time to to work the XPlugins.iOS.BEMCheckBox but I am happy to work with you, or others, to a PR to make XPlugins.iOS.BEMCheckBox work with .NET 6. Please feel free to submit a PR and/or ask me any questions about this project.
Hello,
The existing version won't work as is with net6.0-ios due to breaking changes. These are also documented here.
Right now you get the following error -
error NU1202: Package SaturdayMP.XPlugins.iOS.BEMCheckBox 1.4.3 is not compatible with net6.0-ios15.2 (.NETCoreApp,Version=v6.0). Package SaturdayMP.XPlugins.iOS.BEMCheckBox 1.4.3 supports: xamarinios10 (Xamarin.iOS,Version=v1.0)
Do you have any plans to support net6.0-ios since the GA is scheduled for Q2 2022?
The samples from https://github.com/xamarin/xamarin-macios/tree/main/tests/dotnet might be helpful.
Thank you,
Cosmin
The text was updated successfully, but these errors were encountered: