Hi everyone,
I developed until now my Forms app only on Android and wanted to port it now for iOS, but when launching I only get this exception:
System.ArgumentNullException Argument cannot be null. Parameter name: image
in Main.cs
at UIApplication.Main(args, null, "AppDelegate");
Does anyone know why this is happening?