iOS项目使用子项目组件化打包上传遇到的问题

2021-05-17  本文已影响0人  小驴拉磨

子工程组件化打包上传问题记录:
1、主工程的info.plist这个Bundle OS type code 必须是APPL


image.png

2、Unexpected CFBundleExecutable Key. The bundle at 'Payload/QHEducation.app/HomePageBundle.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.


image.png

解决办法:
删除info.plist中的CFBundleExecutable(Executable file)
CFBundlePackageType的value改为BNDL


image.png

3、问题:App The file couldn’t be saved.
解决:clear 项目,重启Xcode

4、上传App Store:Unable to find requested file(s): metadata.xml (1057)
解决办法:重新尝试上传。

上一篇下一篇

猜你喜欢

热点阅读