Base solution for your next web application
Open Closed

Application windows are expected to have a root view controller at the end of application launch #5862


User avatar
0
sedulen created

Good afternoon,

I am trying to get started on a mobile project and we are running into an issue with the Xamarin codebase running on Mac OS X. I am running Mac OS X High Sierra with Visual Studio Community for Mac (7.6.10 build 27) and XCode 10.0 (10A255).

Without changing any of the code in the .Mobile.sln solution, when I attempt to compile the .iOS project, I encounter a handful of errors about System.Memory and Microsoft.Extensions.Primitives. I did some investigation on this online and upgraded my NuGet packages, and now I am past that error and I am able to compile the Visual Studio solution.

However, when I attempt to run the .iOS project using the iPhone emulator, an exception occurs at Application line 12:

UIApplication.Main(args, null, "AppDelegate");

At this point I am stuck on how to proceed.

Thank you for any direction you can offer


1 Answer(s)
  • User Avatar
    0
    sedulen created

    to note, I generated a new solution using v6.2.0 and both iOS and Android built and ran in emulators for me without any code changes. So whatever issue I am encountering here is resolved in a later release. I will plan to upgrade.