iOS 上架时遇到的错误

作者: Ivan_Brown | 来源:发表于2016-09-02 11:37 被阅读6次

    ERROR ITMS-90535: "Unexpected CFBundleExecutable Key. The bundle at 'Payload/MeiWan.app/EaseUIResource.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."

    原因主要是在导入第三方库的时候第三方的info.plist文件中的错误解决方法找到第三方的info.plist删除

    相关文章

      网友评论

        本文标题:iOS 上架时遇到的错误

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