xamarin / Xamarin.Forms

Xamarin.Forms is no longer supported. Migrate your apps to .NET MAUI.
https://aka.ms/xamarin-upgrade
Other
5.64k stars 1.88k forks source link

Error MT2101: Can't resolve the reference #15723

Open Muhammadfaizann opened 1 year ago

Muhammadfaizann commented 1 year ago

I am getting this error while building the xamarin forms ios project , not sure why i am not even using "Syncfusion.XForms.ProgressBar.SfCircularProgressBar" any where in my project.

/Users/faizan/Projects/HealthSafetyApp/HealthSafetyApp/HealthSafetyApp.iOS/MTOUCH: Error MT2101: Can't resolve the reference 'System.Void Syncfusion.XForms.Core.LicenseHelper::ValidateLicense(Xamarin.Forms.View)', referenced from the method 'System.Void Syncfusion.XForms.ProgressBar.SfCircularProgressBar::.ctor()' in 'Syncfusion.Core.XForms, Version=20.2451.0.43, Culture=neutral, PublicKeyToken=null'. (MT2101) (HealthSafetyApp.iOS)

MagicAndre1981 commented 1 year ago

do you use a 3rd party component that depends on this syncfusion control?