美文网首页
iOS 提交appstore检查失败

iOS 提交appstore检查失败

作者: 東玖零 | 来源:发表于2022-07-13 18:53 被阅读0次

背景:集成了一个三方SDK,开发完相关的功能就提交,结果在检查时报错。
报错:

Unexpected CFBundleExecutable Key. The bundle at 'Payload/haha.app/DKFont.bundle' does not contain a bundle executable. If this bundle intentionally does not contain an executable, consider removing the CFBundleExecutable key from its Info.plist and using a CFBundlePackageType of BNDL. If this bundle is part of a third-party framework, consider contacting the developer of the framework for an update to address this issue.

其中提示:consider removing the CFBundleExecutable key 删除这个。

再次打包检查就成功了。

相关文章

  • iOS 提交appstore检查失败

    背景:集成了一个三方SDK,开发完相关的功能就提交,结果在检查时报错。报错: Unexpected CFBundl...

  • App审核的那些奇葩事儿

    iOS App提交AppStore审核的奇葩事儿 1.第一次提交审核 相信每位开发者第一次提交AppStore审核...

  • 提交AppStore失败问题

    1. 错误提示: This bundle does not support one or more of the ...

  • iOS Appstore 审核 Other 解决方案思路(一)

    iOS Appstore 审核 Other 解决方案思路(一) 本文主要讲iOS提交审核被拒,苹果回复Other ...

  • iOS提交AppStore流程

    1、打包 product -> archive -> export -> 2、ITuse应用管理构建新版本内容 h...

  • 提交包到appstore失败

    许久没提过包,今天修改个小内容提包,突然报错了。一下是错误内容 网上也有很多解决方法,但是试了都不行。现在我推荐2...

  • iOS APP提交AppStore流程心得

    iOS APP提交AppStore流程心得 其他参考地址:https://blog.csdn.net/qq_362...

  • iOS 应用内支付

    参考链接iOS开发之内购-AppStore iOS App提交指南(二)-协议、税务和银行业务iOS应用内付费(I...

  • iOS_APP打包上线遇到的问题

    问题一:iOS提交iTunes Contacts中不出现构建版本 解决方法1: 近日往AppStore上提交一个版...

  • 2018-11-27

    iOS 提交AppStore不出现构建的版本 - 火山 - CSDN博客 如果在活动中找不到构建版本,说明你提交的...

网友评论

      本文标题:iOS 提交appstore检查失败

      本文链接:https://www.haomeiwen.com/subject/uwstirtx.html