简体   繁体   中英

Xamarin.Forms iOS storyboard not showing, even after being built and set in the Info.plist file

Titles says it all - I've been able to connect a Mac to Xamarin.Forms app so I can use the iOS Designer to (successfully) build the LaunchScreen.storyboard file; but even after setting it to the Launch Screen in the Visual Assets of the Info.plist file, it still has the base Xamarin launch screen (the one with the light blue background and X icon).

This is being tested on an old iPhone 6S.

Thanks!

  1. Config the LaunchScreen.storyboard in the info.plist, make sure the name is same as your file name:

在此处输入图像描述

  1. Close your visual-studio. Delete the bin/obj folder in both Xamarin.forms project and Xamarin.iOS project.

在此处输入图像描述

在此处输入图像描述

  1. Uninstall the app in your old iPhone 6S.

  2. Reopen your project, clean and rebuild, then install your app again.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM