4

ERROR ITMS-90705: "Launch storyboard not found. Make sure you specify the launch storyboard filename without a filename extension for the key UILaunchStoryboardName in the Info.plist."

I have my custom screen like

<key>UILaunchStoryboardName</key> 
<string>Splash</string>.
Eric Aya
  • 69,473
  • 35
  • 181
  • 253

1 Answers1

0

In my project make by Xamarim.Forms,

I comment this line

 <!--<key>UILaunchStoryboardName</key>
 <string>LaunchScreen.storyboard</string>-->

Best regards,