iOS 打包发布市场报错如下
ERROR ITMS-90535: "Unexpected CFBundleExecutable Key. The bundle at 'Payload/Runner.app/SDKResours.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."
注意这里 SDKResours.bundle 这里找到CFBundleExecutable这个key,删掉它
image.png