gpt4 book ai didi

ios - 验证错误 : Invalid Bundle. ... 中的包包含不允许的文件 'Frameworks'

转载 作者:IT王子 更新时间:2023-10-29 07:27:01 26 4
gpt4 key购买 nike

我正在尝试使用 Xcode 6 GM 提交应用程序,但在验证时遇到此错误。该应用有一个 Action 扩展和一个在扩展和应用本身之间共享的动态框架。

我在项目中的任何地方都没有名为“Frameworks”的文件,所以我真的不确定这是什么意思。有没有人遇到过这个问题或有任何想法?

here's what the error looks like

Archive validation failed due to the issues listed below.
iTunes Store operation failed.
Invalid Bundle. The bundle at ... contains disallowed file 'Frameworks'.

最佳答案

原来错误与使用 Swift 有关(应用程序和扩展程序都使用 Swift)。

对于应用程序,我必须设置:

Embedded Content Contains Swift Code: YES

对于扩展:

Embedded Content Contains Swift Code: NO

Xcode 8 和 9

看起来这在 Xcode 8 和 9 中已重命名为 Always Embed Swift Standard Libraries。因此,对于应用程序:

Always Embed Swift Standard Libraries: YES

对于扩展:

Always Embed Swift Standard Libraries: NO

关于ios - 验证错误 : Invalid Bundle. ... 中的包包含不允许的文件 'Frameworks',我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25777958/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com