Invalid CFBundleSupportedPlatforms value
iOS archives 上传应用商店报错
最近打包老是遇上奇奇怪怪的问题,真是醉了
提交应用商店时,上传完成后报错:
Invalid CFBundleSupportedPlatforms value. The CFBundleSupportedPlatforms key in the Info.plist file in “Payload/xiaohutech.app/Frameworks/alivcffmpeg.framework” bundle contains an invalid value, [iPhoneSimulator]. Consider removing the CFBundleSupportedPlatforms key from the Info.plist file. If this bundle is part of a third-party framework, consider contacting the developer of the framework for an update to address this issue. With error code STATE_ERROR.VALIDATION_ERROR.90542 for id 53faaf4a-a7d0-42db-b53d-c554d89bafea
根据路径找到对应的info.plish,找到CFBundleSupportedPlatforms,将iPhoneSimulator改为iPhoneOS