验证iOS App时出错

 花自飘零009玲玲 发布于 2023-02-07 04:16

我正在尝试发布iOS应用程序,但是当我尝试验证构建时收到这些错误:

Nib file 'Main-iPad~.nib' was not found. Please ensure the specified file is included in the bundle with any required device modifiers appended to the filename

Invalid Info.plist: The Info.plist may contain either UIMainStoryboardFile or NSMainNibFile, but it must not contain both keys. For more information, refer to the Information Property List Key Reference.

sergio.. 23

您的Info.plist中似乎有一些陈旧的条目.检查它并删除"主nib文件基本名称".还要确保nib文件未包含在目标中.

我假设您使用的是故事板,因此您需要删除nib文件.

1 个回答
  • 您的Info.plist中似乎有一些陈旧的条目.检查它并删除"主nib文件基本名称".还要确保nib文件未包含在目标中.

    我假设您使用的是故事板,因此您需要删除nib文件.

    2023-02-07 04:59 回答
撰写答案
今天,你开发时遇到什么问题呢?
立即提问
热门标签
PHP1.CN | 中国最专业的PHP中文社区 | PNG素材下载 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有