找不到模块'翠鸟'对于目标&#x86_64-apple-ios-simulator'

发布于 2025-02-12 15:32:24 字数 439 浏览 0 评论 0 原文

我将ARM64添加到我的排除架构中,因为我有豆荚,并且可以使用它,

找不到目标'x86_64-apple-ios-simulator'的模块“翠鸟”; found: arm64-apple-ios-simulator, at: /Users/amin/Library/Developer/Xcode/DerivedData/MKAMovies-dlhggzhzyxovkxfddvoeqlirqfxi/Build/Products/Debug-iphonesimulator/Kingfisher.swiftmodule

how can i fix that?

i add arm64 to my Excluded Architectures because i have pod and that works with this,this picture... after i added Kingfisher swift package manager, when i import that i receive this error

Could not find module 'Kingfisher' for target 'x86_64-apple-ios-simulator'; found: arm64-apple-ios-simulator, at: /Users/amin/Library/Developer/Xcode/DerivedData/MKAMovies-dlhggzhzyxovkxfddvoeqlirqfxi/Build/Products/Debug-iphonesimulator/Kingfisher.swiftmodule

how can i fix that?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

一身仙ぐ女味 2025-02-19 15:32:24

如果您使用:

Arch -X86_64 POD安装

您应该将其更改为:

POD安装

之后,您不需要将排除的架构更改为 ARM64

if you installed your pod using:

arch -x86_64 pod install

you should change it to:

pod install

after doing that you don not need to change your Excluded Architecture to arm64

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文