【发布时间】:2017-07-28 14:28:18
【问题描述】:
使用Xamarin.Forms 开发的iOS 应用程序。并尝试将ipa 文件上传到应用商店。但在 Application Loader 上出现此错误:
错误 ITMS-90705:“未找到启动情节提要。确保指定 没有文件扩展名的启动故事板文件名 Info.plist 中的键 UILaunchStoryboardName。”
注意:我搜索了解决方案,但没有发现与此特定错误有关的任何内容。我已经
<key>UILaunchStoryboardName</key>
<string>LaunchScreen.storyboard</string>
输入 info.plist 文件
【问题讨论】:
-
请尝试
UILaunchStoryboardName LaunchScreen -
从字符串中删除 .storyboard
标签: ios xamarin.forms ipa application-loader