Shivam Singh
Shivam Singh

Reputation: 1

Xamarin.Form could not load Xamarin.iOS on the building of Xamarin.Android

I am blocked with a strange error while building the Android project in a Xamarin.Forms solution.

When I build the Android project I get the following error:

Exception while loading assemblies: System.IO.FileNotFoundException: could not load assembly 'Xamarin.iOS, Version=0.0.0.0, Culture=neutral, PublicKeyToken=8404fff9cb79065'. Perhaps it doesn't exist in the Mono for Android profile?

Has anyone encountered a similar issue?

Upvotes: 0

Views: 353

Answers (1)

Shivam Singh
Shivam Singh

Reputation: 1

after all, I did R&N on it neither found any solution for it then I had decided that I will remove @Android Project and again add it with all reference and import NuGet package.

:- when I have followed this step problem has been resolved.

Upvotes: 0

Related Questions