I have a Synfusion Community License and I have installed and licensed the Syncfusion Xamarin Control panel on my computer. I installed the Syncfusion.Xamarin.SFPicker nuget package in Visual Studio from http://nuget.syncfusion.com/
However, I get this error only when building the project. Intellisense in VS finds the control perfectly but the project won't build.
Type syncfusion:SfPicker not found in xmlns clr- namespace:Syncfusion.SfPicker.XForms;assembly=Syncfusion.SfPicker.XForms
I believe the problem is with licensing so I added this line while following the setup docs:
Syncfusion.Licensing.SyncfusionLicenseProvider.RegisterLicense("MyLicenseKey");
Unfortunately, this made no difference. I also found this thread but the solutions suggested didn't work.