前往小程序,Get更优阅读体验!
立即前往
首页
学习
活动
专区
工具
TVP
发布
社区首页 >专栏 >最新问题:错误代码ERROR ITMS-90096 一.ERROR ITMS-90096解决方法

最新问题:错误代码ERROR ITMS-90096 一.ERROR ITMS-90096解决方法

作者头像
iOS Magician
发布2023-03-22 21:29:09
2860
发布2023-03-22 21:29:09
举报

错误代码ERROR ITMS-90096 一.ERROR ITMS-90096

这是最常见的问题,据说是苹果的bug。明明LaunchImage里有iphone5的启动图片,但还是报错。可以按以下方法解决 1.添加一张启动图片到项目的根目录,尺寸为320*568,格式为png,命名为Default-568.png。

2.使用文本编辑打开info.plist,添加下面代码 <key>UILaunchImages</key> <array> <dict> <key>UILaunchImageName</key> <string>Default-568</string> <key>UILaunchImageSize</key> <string>{320, 568}</string> </dict> </array> 在xcode打开info.plist,如图

添加成功 3.shift+command+K clean一下 4.command+B build一下 如果xcode没有报错就可以重新上传了。我之前是图片有问题报错了,上传还是失败,后来重新做了张图片,就成功了

二. 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.” 检查info.plist里的LaunchScreen UILaunchStoryboardName LaunchScreen 检查LaunchScreen.storyboard是否存在 也可以使用LaunchImage,将设置里的LaunchScreen File清空

三.ERROR ITMS-90022: “Missing required icon file. The bundle does not contain an app icon for iPhone / iPod Touch of exactly ‘57x57’ pixels, in .png format for iOS versions < 7.0.” WARNING ITMS-90025: “Missing recommended icon file. The bundle does not contain an app icon for iPhone / iPod Touch of exactly ‘120x120’ pixels, in .png format for ios versions >= 7.0.” INFO ITMS-90111: “Your app is built with a beta version of Xcode or iOS SDK. Only apps distributed for beta testing may be built with beta software. To submit an app for distribution on the App Store, you will need to build the app with release versions of Xcode and iOS SDK 缺少app icon,在image.xcassets里的添加即可,所有的图标都要按照尺寸添加

本文参与 腾讯云自媒体同步曝光计划,分享自作者个人站点/博客。
原始发表:2022-08-30,如有侵权请联系 cloudcommunity@tencent.com 删除

本文分享自 作者个人站点/博客 前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

本文参与 腾讯云自媒体同步曝光计划  ,欢迎热爱写作的你一起参与!

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档