昨天晚上打包上传的时候报错:
ERROR ITMS-90535: "Unexpected CFBundleExecutable Key. The bundle at ‘Payload/xxxxxxx.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."
解决方案:
搜索CFBundleExecutable 然后删掉除target外,其中的plist文件里面CFBundleExecutable的这个key.
我这里是环信的.
删掉后,
然后clean,打包上传解决.
时间: 2024-11-05 13:38:58