简体   繁体   English

即使图标位于 Xcode 资产文件夹中,info.plist 文件也不会出现

[英]info.plist file doesn't appear even though the icons are in the Xcode assets folder

I wanted to make an icon for my application.我想为我的应用程序制作一个图标。 I want to install an application but I'm getting errors like this.我想安装一个应用程序,但我收到这样的错误。 I did the solutions in StackOverflow but there was no solution.我在 StackOverflow 中做了解决方案,但没有解决方案。 Although I have edited my Info.plist file, I get an error:虽然我已经编辑了我的Info.plist文件,但我得到了一个错误:

App Store Connect Operation Error ERROR ITMS-90713: `` Info.plist value is missing. 'CFBundleIconName' is missing a value for Info.plist key 'com.arslantas.erc' in the package. and provide a value for this Info.plist key. For more information see http://help.apple.com/ xcode / mac / current / # / dev10510b1f7. "

App Store Connect Operation Error ERROR ITMS-90022: "Required icon file missing. The package does not contain an exactly '120x120' pixel app icon for iPhone / iPod Touch in .png format for iOS versions> = 10.0. Icon for iOS versions, asset catalog Make sure the Info.plist file contains the appropriate entries referencing the file. See https://developer.apple.com/documentation/bundleresources/information_property_list/user_interface"App Store Connect Process Error ERROR ITMS-90023: "Required icon file missing. The package does not contain an app icon in .png format for iOS versions that support iPad Pro, exactly '167x167' pixels for iPad. To support older operating systems, the icon may be required in the package other than an asset catalog. Make sure it contains appropriate entries referencing the file. See https://developer.apple.com/documentation/bundleresources/information_property_list/user_interface"App Store Connect Process Error ERROR ITMS-90023: "Required icon file is missing. The package does not contain an exactly '152x152' pixel app icon for iPad in .png format for iOS> = 10.0 versions. To support older operating systems, an icon may be required in a package other than an asset catalog. Make sure that the Info.plist file contains the appropriate entries referencing the file. See. Https://developer.apple.com/documentation/bundleresources/information_property_list/user_interface "App Store Connect Operation Error ERROR ITMS-90704:" Missing Application Icon. A 1024 x 1024 pixel app icon in PNG format must be added to the Asset Catalog of apps created for iOS, iPadOS, or watchOS. Without this icon, apps cannot be submitted for review.

image 1 image 2图 1图 2

I tried your code - it builds successfully, no any issues.我试过你的代码 - 它构建成功,没有任何问题。 If you got it when you upload it to apple servers - here I can't help you, I have strong rules and limits for my accounts about it.如果您在将它上传到苹果服务器时得到它 - 我无法帮助您,我对我的帐户有严格的规则和限制。

Try to remove "Icon Name" item from plist (it's not needed for now), it can help with first issue.尝试从 plist 中删除“图标名称”项目(现在不需要),它可以帮助解决第一个问题。 If after it second issue still presented - check carefully all images and all sizes in Assets.如果在它之后仍然出现第二个问题 - 请仔细检查资产中的所有图像和所有尺寸。 Try to recreate it from zero, remove all not used images, don't create duplicates.尝试从零重新创建它,删除所有未使用的图像,不要创建重复项。 There is no big magic - just carefully work.没有什么大魔法——只要小心翼翼地工作。

暂无
暂无

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

相关问题 在 Xcode 中,即使图标位于 assest 文件夹中,我的 info.plist 文件也看不到。 解决办法是什么? - In Xcode, my info.plist file doesn't see even though the icons are in the assest folder. What is the solution? Xcode 说 Facebook 应用程序 ID 不包含在 info.plist 中,即使我已经提到它 - Xcode says Facebook app id isn't included in info.plist even though I have mentioned it 在Xcode中,info.plist中的Bundle名称不会更改包名称(.app文件名) - in Xcode, Bundle name in info.plist doesn't change bundle name (.app file name) 为什么要在 info.plist 文件中添加图标? - Why to add icons in info.plist file? 即使我在 info.plist 中添加了 NSCameraUsageDescription,应用程序也会崩溃,使用 iOS 10、Xcode 8 - App crashes even though I added NSCameraUsageDescription in info.plist, using iOS 10, Xcode 8 关于Info.plist文件和Xcode 5 - About Info.plist file and Xcode 5 即使 Info.plist 正常,也无法从文件中读取属性列表 - Unable to read property list from file even though Info.plist is OK 无法从应用程序中提取 Info.plist:Plist 文件不存在: - Could not extract Info.plist from application: Plist file doesn't exist: Copy Bundle Resources 构建阶段包含此目标的 Info.plist 文件 'Info.plist' in xcode 6? - The Copy Bundle Resources build phase contains this target's Info.plist file 'Info.plist' in xcode 6? Xcode:如何将密钥添加到生成的 Info.plist 文件中(或合并生成的和现有的 Info.plist)? - Xcode: How to add key into generated Info.plist file (or merge generated and existing Info.plist)?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM