-
Notifications
You must be signed in to change notification settings - Fork 457
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
10月14日,上传appstore会报错 libpag.framework' contains an invalid value '[iPhoneSimulator]' #16
Comments
你这个问题谷歌一下就有答案了,你用了带模拟器架构的包多合一包,选择不带模拟器架构的包,或者在buildsetting里配置一下构建的时候排除模拟器的架构。不带模拟器架构的包在这里可以下载:https://github.com/libpag/libpag/releases/tag/v3.2.7.34 只要不含x64架构即可,比如:libpag_framework_3.2.7.34_release_ios_arm64_armv7_strip.zip。 |
在项目里的配置可以参考这个文章来排除不需要的架构:https://cocoafei.top/2021/01/XCFramework-%E6%98%AF%E7%94%A8%E6%9D%A5%E5%B9%B2%E4%BB%80%E4%B9%88%E7%9A%84/ 我们近期也会改造一下让cocoapods 默认版本编译成 XCFramework的形式。 |
用的这个版本上架过很多次了。最近的一次13号还能上传,昨天晚上突然就不行了。可能是苹果更新了上传App Store的校验吧 |
大佬们, 可以更新个新版本吗, 今天要发个版本咯 |
关于上面提到的审核问题,这个问题我们之前已经修复,请大家更新pag版本至3.2.7.34 |
问题描述
pod 'libpag', '~>3.2.4.37'
COCOAPODS: 1.11.2
10月13日上传App Store 正常。
10月14日 22:40分上传App Store会报错
ERROR ITMS-90542: "Invalid CFBundleSupportedPlatforms value. The key 'CFBundleSupportedPlatforms' in the Info.plist file in bundle 'Payload/Frameworks/libpag.framework' 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."
The text was updated successfully, but these errors were encountered: