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.
錯(cuò)誤一:
ERROR ITMS-90166: "Missing Code Signing Entitlements. No entitlements found in bundle '...' for executable '...'."
解決方法:右擊 bundle 文件->顯示包文件,找到 info.plist 文件,有 Executable file 一行寂曹,刪除展懈。如果有個(gè)可執(zhí)行文件并且遇到報(bào)錯(cuò):
錯(cuò)誤二:
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."
解決方法:把該報(bào)錯(cuò)的可執(zhí)行文件刪除即可。
參考博客地址:
http://yzlyty.github.io/2016/11/22/create-a-framework-and-bundle-containing-resources-for-ios-oc/