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/