问题一:
Unexpected CFBundleExecutable Key. The bundle at ‘Payload/appname_xixi.app/SicSDKResources.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.
解决:
在plist文件 在第三方库framework 找到
Executable file 删除这一栏
-----------------------------------------------我是分割线-----------------------------------------------
问题二:
App Store Connect Operation Error
Invalid CFBundleSupportedPlatforms value. The key ‘CFBundleSupportedPlatforms’ in the Info.plist file in bundle ‘Payload/appname_xixi.app/SicSDKResources.bundle’ contains an invalid value ‘[iPhoneSimulator]’. Consider removing the CFBundleSupportedPlatforms key from the Info.plist. If this bundle is part of a third-party framework, consider contacting the developer of the framework for an update to address this issue.
解决:
在plist文件
找到 CFBundleSupportedPlatforms
将value 改为 iPhoneOS