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
本文介绍了在上传iOS应用到应用商店时遇到的一个常见错误:InvalidCFBundleSupportedPlatformsvalue。详细解释了如何定位问题所在并提供了具体的修改建议。
830

被折叠的 条评论
为什么被折叠?



