简体   繁体   English

上传IPA,一个奇怪的问题:错误ITMS-90032:“无效的图像路径-在键'$ key':'$ path'下引用的路径中找不到图像

[英]Upload IPA, strange issue: ERROR ITMS-90032:“Invalid Image Path - No image found at the path referenced under key '$key': '$path'

在此处输入图片说明

Hi everyone, there is a strange issue when I try to upload new build to iTunes Connect via Xcode. 大家好,当我尝试通过Xcode将新版本上传到iTunes Connect时,出现了一个奇怪的问题。 I think the problem with Info.plist file. 我认为Info.plist文件存在问题。

Info.plist: https://docs.google.com/document/d/1Rp51VcZkP-uoUnaBwtr86EAPLLq-aN2w9f2CNrRZsBQ/edit?usp=sharing 信息清单: https ://docs.google.com/document/d/1Rp51VcZkP-uoUnaBwtr86EAPLLq-aN2w9f2CNrRZsBQ/edit usp = sharing

Thanks you! 谢谢!

<string>Icon-Splotlight-iOS7.png</string>
<string>Icon-Splotlight-iOS7@2x.png</string>

Could be this typo for the Spotlight images. 可能是Spotlight图片的错字。

I was having the same issue, I was using xcassets for the icons and other images. 我遇到了同样的问题,我在图标和其他图像中使用了xcassets I removed the icon-file entries in info.plist (CFBundleIconFiles & other) and it fixed the issue. 我删除了info.plist(CFBundleIconFiles及其他)中的图标文件条目,并解决了该问题。

I had the same issue when I tried to upload one of my clients app to AppStore. 当我尝试将我的一个客户端应用程序上载到AppStore时,我遇到了同样的问题。 The projects AppIcon assets were in wrong dimensions. 项目AppIcon资产的尺寸错误。 Then I have fixed the issue by putting the appropriate images for the correct dimensions. 然后,我通过放置适当尺寸的正确图像来解决此问题。 Viola ! 中提琴! the issue was fixed. 该问题已解决。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 错误 ITMS-90032:“无效的图像路径 - 在键“CFBundleIcons”下引用的路径中找不到图像:AppIcon40x40” - ERROR ITMS-90032:"Invalid Image Path - No image found at the path referenced under key 'CFBundleIcons':AppIcon40x40" 错误ITMS-90032:“无效的图像路径-在键&#39;CFBundleIconFile&#39;:&#39;icon.png&#39;下引用的路径中找不到图像” - ERROR ITMS-90032: “Invalid Image Path - No image found at the path referenced under key 'CFBundleIconFile': 'icon.png'” 如何修复错误 ITMS-90032:“无效的图像路径 - 在键 &#39;CFBundleIcons&#39; 下引用的路径中找不到图像:&#39;AppIcon60x60&#39;”? - How to fix ERROR ITMS-90032: “Invalid Image Path - No image found at the path referenced under key 'CFBundleIcons': 'AppIcon60x60'”? iOS应用程序提交错误:ERROR ITMS-90032:“无效的图像路径 - 在关键字&#39;CFBundleIcons&#39;下引用的路径中找不到图像:&#39;AppIcon29x29&#39;” - iOS app submission error : ERROR ITMS-90032: “Invalid Image Path - No image found at the path referenced under key 'CFBundleIcons': 'AppIcon29x29'” 错误ITMS-90032:无效的图像路径 - ERROR ITMS-90032: Invalid Image Path 上传到 IOS Connect 时如何更正 Phonegap Buil 错误:错误 ITMS-90032:“无效的图像路径 - 在路径中找不到图像 - How to correct Phonegap Buil error when uploading to IOS Connect : ERROR ITMS-90032: "Invalid Image Path - No image found at the path 使用xcode 7将错误代码为msms-90032的cordova基本版本上传到应用商店,在密钥&#39;CFBundleIconFile&#39;:&#39;icon.png&#39;下找不到图像 - uploading cordova base build to the appstore usning xcode 7 with Error itms-90032 no image found under key 'CFBundleIconFile': 'icon.png' 图像路径无效 - 在“CFBundleIconFile”键下引用的路径中找不到图像:Icon.png - Invalid Image Path - No image found at the path referenced under key “CFBundleIconFile”: Icon.png 错误ITMS-9000:无效的图像路径-在“ CFBundleIcons” appicon-260x60下引用 - ERROR ITMS-9000: Invalid Image Path - referenced under 'CFBundleIcons' appicon-260x60 错误ITMS-900032:“无效的图像路径-” - ERROR ITMS-900032: “Invalid Image Path - ”
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM