美文网首页
关于Invalid Bundle Structure

关于Invalid Bundle Structure

作者: YYT1992 | 来源:发表于2017-09-20 13:40 被阅读341次
    7218C2A601ED3274234FD1E10D1412D0.png

    iTunes Store operation failed.
    Missing Code Signing Entitlements. No entitlements found in bundle 'Voole.VLLiveBundle' for executable '**Bundle'."

    iTunes Store operation failed.
    Invalid Bundle Structure - The binary file '**Bundle' is not permitted. Your app can’t contain standalone executables or libraries, other than a valid CFBundleExecutable of supported bundles. Refer to the Bundle Programming Guide at https://developer.apple.com/go/?id=bundle-structure for information on the iOS app bundle structure.

    错误一:
    ERROR ITMS-90166: "Missing Code Signing Entitlements. No entitlements found in bundle '...' for executable '...'."
    解决方法:右击 bundle 文件->显示包文件,找到 info.plist 文件,有 Executable file 一行,删除。如果有个可执行文件并且遇到报错:

    错误二:
    ERROR ITMS-90171: "Invalid Bundle Structure - The binary file '...' is not permitted. Your app can't contain standalone executables or libraries, other than the CFBundleExecutable of supported bundles."
    解决方法:把该报错的可执行文件删除即可。

    参考博客地址:
    http://yzlyty.github.io/2016/11/22/create-a-framework-and-bundle-containing-resources-for-ios-oc/

    相关文章

      网友评论

          本文标题:关于Invalid Bundle Structure

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