xamarin / Xamarin.Social

Xamarin.Social
Apache License 2.0
124 stars 74 forks source link

xamarin.social missing and cannot be installed #46

Open Scherady opened 7 years ago

Scherady commented 7 years ago

I am trying to run /xamarin-forms-samples/EmployeeDirectory in xamarin studio on my Mac.

  1. I did not find xamarin.social in the packages of EmployeeDirectory and I get the error:

The type or namespace name 'Social' does not exist in the namespace 'Xamarin'. Are you missing an assembly reference? (CS0234) (EmployeeDirectory.iOS)

  1. Trying to install xamarin.social I get the error:

Could not install package 'Xamarin.Social 1.1.7'. You are trying to install this package into a project that targets 'Xamarin.iOS,Version=v1.0', but the package does not contain any assembly references or content files that are compatible with that framework. For more information, contact the package author.

What to do? Thank you