美文网首页
iOS项目使用子项目组件化打包上传遇到的问题

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

作者: 小驴拉磨 | 来源:发表于2021-05-17 10:10 被阅读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)
    解决办法:重新尝试上传。

    相关文章

      网友评论

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

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