iOS 验证ipa报错 关于XXX.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

bundle前面就是某个第三方的fmwk里的info.plist文件里的 executable
  这个key值 不是标记的 项目    而是标记这个第三方 或者缺少。把这个executable
key删除或者设置为项目inpo.plist里executable的值

    原文作者:AlanAnie
    原文地址: https://www.jianshu.com/p/a558889d5cb7
    本文转自网络文章,转载此文章仅为分享知识,如有侵权,请联系博主进行删除。
点赞