背景:集成了一个三方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 删除这个。
再次打包检查就成功了。
网友评论