【问题标题】:iOS Application Loader: ERROR ITMS-90705: “Launch storyboard not found…”?iOS 应用程序加载器:错误 ITMS-90705:“未找到启动情节提要……”?
【发布时间】:2018-06-02 16:53:47
【问题描述】:

错误 ITMS-90705:“未找到启动情节提要。确保指定 没有文件扩展名的启动故事板文件名 Info.plist 中的键 UILaunchStoryboardName。”

我有我的自定义屏幕,比如

<key>UILaunchStoryboardName</key> 
<string>Splash</string>.

【问题讨论】:

  • 您的项目中是否存在Splash.storyboard
  • 不,我没有添加 .storyboard。我只写了 Splash。
  • 您需要在项目中添加Splash.storyboard 才能使其正常工作。
  • 启动页面后的自定义屏幕
  • 我通过将 Splash.storyboard 添加到目标会员 stackoverflow.com/questions/47602741/… 解决了这个问题

标签: ios uistoryboard


【解决方案1】:

在我由 Xamarim.Forms 制作的项目中,

我评论了这一行

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

最好的问候,

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 2015-08-18
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多