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对应的一整行,包括值。