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刪除掉描沟。
根據(jù)提示,找到EaseUIResource.bundle / YLUPCSDK.bundle, 找到其info.plist文件,刪除里面的Executable file對(duì)應(yīng)的一整行碰逸,包括值傻铣。
//------------------------------------------------------------
解決辦法:就是把CFBundleSupportedPlatforms刪除掉坑鱼。
根據(jù)提示,找到EaseUIResource.bundle, 找到其info.plist文件耳鸯,刪除里面的CFBundleSupportedPlatforms對(duì)應(yīng)的一整行樱衷,包括值竞川。