iTunes Store operation failed.
Unexpected CFBundleExecutable Key. The bundle at 'Payload/XXX.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.


解決辦法:就是把無用的CFBundle刪除掉。
根據提示,找到EaseUIResource.bundle / YLUPCSDK.bundle, 找到其info.plist文件,刪除里面的Executable file對應的一整行,包括值。
//------------------------------------------------------------

解決辦法:就是把CFBundleSupportedPlatforms刪除掉。
根據提示,找到EaseUIResource.bundle, 找到其info.plist文件,刪除里面的CFBundleSupportedPlatforms對應的一整行,包括值。