FluentLayout / Cirrious.FluentLayout

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

v 2.0.0 failing to install via NuGet #15

Closed mrtnkrstn closed 8 years ago

mrtnkrstn commented 9 years ago

With error

Could not install package 'Cirrious.FluentLayout 2.0.0'. You are trying to install this package into a project that targets 'MonoTouch,Version=v1.0', but the package does not contain any assembly references or content files that are compatible with that framework.

My project is not targeting the Unified API (yet) - could that be the reason for the error? If so, what earlier version can I install?

Thanks!

slodge commented 9 years ago

Thanks for your email.

For free open source support, I point people towards open public communication - e.g. towards StackOverflow. A question and answer in public can involve 100s of people - a question and answer in email involves just two.

For paying customers, I do work in email. But most people seem to prefer "free"!

Stuart

On 16 January 2015 at 09:16, mrtnkrstn notifications@github.com wrote:

With error

Could not install package 'Cirrious.FluentLayout 2.0.0'. You are trying to install this package into a project that targets 'MonoTouch,Version=v1.0', but the package does not contain any assembly references or content files that are compatible with that framework.

My project is not targeting the Unified API (yet) - could that be the reason for the error? If so, what earlier version can I install?

Thanks!

Reply to this email directly or view it on GitHub https://github.com/slodge/Cirrious.FluentLayout/issues/15.

gshackles commented 8 years ago

Going through some old issues...as of 2.0 we are indeed built on the unified API. That was also our first NuGet release, so if you need a non-unified version your best bet is to pull down the code from before that commit and create a build that way.

I do suggest you just migrate to unified if you haven't already, though! :smile: