Skip to content
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

Closed
make1a opened this issue Oct 14, 2021 · 5 comments

Comments

@make1a
Copy link

make1a commented Oct 14, 2021

问题描述

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."
100751634223522_ pic_hd

@domchen
Copy link
Collaborator

domchen commented Oct 15, 2021

你这个问题谷歌一下就有答案了,你用了带模拟器架构的包多合一包,选择不带模拟器架构的包,或者在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。

@domchen domchen closed this as completed Oct 15, 2021
@domchen
Copy link
Collaborator

domchen commented Oct 15, 2021

在项目里的配置可以参考这个文章来排除不需要的架构: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的形式。

@make1a
Copy link
Author

make1a commented Oct 15, 2021

用的这个版本上架过很多次了。最近的一次13号还能上传,昨天晚上突然就不行了。可能是苹果更新了上传App Store的校验吧

@JerseyBro
Copy link

大佬们, 可以更新个新版本吗, 今天要发个版本咯

@kevingpqi123
Copy link
Collaborator

关于上面提到的审核问题,这个问题我们之前已经修复,请大家更新pag版本至3.2.7.34

@zenglihao zenglihao mentioned this issue May 22, 2023
@zengke328 zengke328 mentioned this issue Jul 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants