xamarin.forms - iOS Application Loader: ERROR ITMS-90705: "Launch storyboard not found..." -


developed ios application using xamarin.forms. , trying upload ipa file app store. on application loader error:

error itms-90705: "launch storyboard not found. make sure specify launch storyboard filename without filename extension key uilaunchstoryboardname in info.plist."

note: searched solution found nothing specific error. have already

<key>uilaunchstoryboardname</key> <string>launchscreen.storyboard</string> 

key in info.plist file

the error specifies have provide storyboard file without extension. try remove .storyboard key , try again.

also, presume file exist?


Comments

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -