My app runs fine on the iOS emulator, but never displays the first page when I run on a physical device. The App.GetMainPage().CreateViewController() returns a valid view controller, and it is being set to the window.RootViewController. The window.MakeKeyAndVisible is then executing without any errors. The app just hangs with the UINavigationBar Appearance skinned the way I set it, but the page never hits a breakpoint in the Appearing event.
The only error I see in the Application Output window is:
FormsTemplateiOS[440:60b] Unable to get entitlements for client task. Error: Error Domain=NSPOSIXErrorDomain Code=-1 "The operation couldn’t be completed. (POSIX error -1 - Unknown error: -1)"
Anyone have any ideas of how I can troubleshoot this?