After adding an iOS part to a Xamarin project that already had an Android part and a PCL part, I have a huge mass of errors that appear (5532 to be exact) (CS0518 and CS0246 type errors)
most of the errors are these :
- The type name or namespace 'System' cannot be found (are you missing a using or an assembly reference?)
- The predefined type 'System.Object' is not defined or imported
('.Object' can be replaced by other types)
The large majority of my errors are in the Android project
Thanks for your help!