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
Post a Comment