Our app appears to be creating Xamarin.ios.dll files within the debug folders on the build. we then get the following error on certain events
System.IO.FileNotFoundException: Could not load file or assembly 'Xamarin.iOS, Version=0.0.0.0, Culture=neutral, PublicKeyToken=84e04ff9cfb79065' or one of its dependencies.
We believe this is coming from one of the packages added to the project. is there an easy way to discover which package it is?
Assembly Folder:
After removing Xamarin.forms and adding the the latest version im still not given the option add the Xamarin.forms to the shared references.
References which can be added:
The app will only build if Xamarin.iOS is with the Assembly folder as shown in the previous image
we get this Error if we do not add the Xamerin.iOS.dll to the shared assembly folder:
Reported as an issue in VS
"Xamarin.iOS" is contained in "Xamarin.Forms", so try to uninstall the "Xamarin.Forms" Nuget Package and install the latest version.
Then delete the "bin" and "obj" folder under project path, and clean&rebuild the project.