FluentLayout / Cirrious.FluentLayout

FluentLayout for Xamarin.iOS - sample uses MvvmCross
Microsoft Public License
148 stars 54 forks source link

Support for earlier verions of iOS than 16.0 #68

Closed JimWilcox3 closed 1 year ago

JimWilcox3 commented 1 year ago

It is telling me that it only supports net6.0-ios16.0. Visual Studio only goes up to net6.0-ios15.4. Is there a workaround for this?

Cheesebaron commented 1 year ago

Isn't it just a warning? Or is it refusing to install the package?

JimWilcox3 commented 1 year ago

It won't install the package. It says it requires net6.0-ios16.0. I tried editing the project file and putting it in there, but then it won't compile and makes the same complaint.

JimWilcox3 commented 1 year ago

When I updated Visual Studio yesterday, it included iOS-16, so this is no longer an issue.