当前位置: 首页 > news >正文

iOS 打包/导出时提示图标错误,缺少某个规格的图标

Asset validation failed
Missing required icon file. The bundle does not contain an app icon for iPad of exactly ‘167x167’ pixels, in .png format for iOS versions supporting iPad Pro. To support older operating systems, the icon may be required in the bundle outside of an asset catalog. Make sure the Info.plist file includes appropriate entries referencing the file. See https://developer.apple.com/documentation/bundleresources/information_property_list/user_interface…

如果iOS 打包的时候出现类似这样的错误, 不需要去改什么配置文件. 只需要以下简单的操作即可:

  1. 用 xcode 打开, 在左侧文件导航栏, 点击 Images.xcassets
  2. 在打开的文件中, 点击 AppIcon
  3. 在右侧, 有一个 iOS All Sizes 选择一个其他的选项, 再选择 All Size 即可

在这里插入图片描述


http://www.mrgr.cn/news/50303.html

相关文章:

  • 抽奖结果已出
  • 除了ConcurrentHashMap,还有哪些Java集合类在并发处理上有优化?
  • Vue开发中由错误These relative modules were not found 引起的问题思考及解决
  • maven项目package打包的时候遇到-source 1.5 中不支持 try-with-resources
  • SQL Injection | SQL 注入分类 —— 数据类型
  • 利用TDM在vscode中运行c语言
  • C语言 | Leetcode C语言题解之第479题最大回文数乘积
  • MongoDB中排序、索引和聚合的详细说明
  • 101 - Lecture 7
  • 网络协议原理
  • 工业和建筑工地 安全帽-安全带识别数据集 yolo数据集 共2200张 已增强 标注
  • Educational Codeforces Round 170 (Rated for Div. 2)(A~E题解)
  • 增强对象智能:谷歌开源的XR-Objects项目简介
  • Python | Leetcode Python题解之第480题滑动窗口中位数
  • UG(交互式CAD/CAM系统)-WINDOWS 11安装教程
  • 023 elasticsearch查询数据 高亮 分页 中文分词器 field的数据类型
  • 多模态大模型 + 数字人 实现半自动 演示文稿 PPT讲解 搭建赛博老师傅 助力程序员赛博飞升!!!
  • Java | Leetcode Java题解之第479题最大回文数乘积
  • SpringCloud学习记录|day5
  • torch.jit.script编译加速推理的尝试