简体   繁体   English

找不到目标“x86_64-apple-ios-simulator”的模块“Kingfisher”

[英]Could not find module 'Kingfisher' for target 'x86_64-apple-ios-simulator'

i add arm64 to my Excluded Architectures because i have pod and that works with this,我将 arm64 添加到我的排除架构中,因为我有 pod 并且可以使用它, 这张照片 ... after i added Kingfisher swift package manager, when i import that i receive this error ...在我添加 Kingfisher swift package 管理器后,当我导入时收到此错误

Could not find module 'Kingfisher' for target 'x86_64-apple-ios-simulator';找不到目标“x86_64-apple-ios-simulator”的模块“Kingfisher”; found: arm64-apple-ios-simulator, at: /Users/amin/Library/Developer/Xcode/DerivedData/MKAMovies-dlhggzhzyxovkxfddvoeqlirqfxi/Build/Products/Debug-iphonesimulator/Kingfisher.swiftmodule找到:arm64-apple-ios-simulator,位于:/Users/amin/Library/Developer/Xcode/DerivedData/MKAMovies-dlhggzhzyxovkxfddvoeqlirqfxi/Build/Products/Debug-iphonesimulator/Kingfisher.swiftmodule

how can i fix that?我该如何解决?

if you installed your pod using:如果您使用以下方式安装 pod:

arch -x86_64 pod install拱 -x86_64 吊舱安装

you should change it to:您应该将其更改为:

pod install吊舱安装

after doing that you don not need to change your Excluded Architecture to arm64之后,您无需将排除架构更改为arm64

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 找不到目标“x86_64-apple-ios-simulator”的模块 - Could not find module for target 'x86_64-apple-ios-simulator' 找不到目标“x86_64-apple-ios-simulator”的模块“Alamofire” - could not find module 'Alamofire' for target 'x86_64-apple-ios-simulator' Xcode 12 问题 - 找不到目标“arm64-apple-ios-simulator”的模块“FrameworkName”; 找到:x86_64-apple-ios-simulator,x86_64 - Xcode 12 issue - Could not find module 'FrameworkName' for target 'arm64-apple-ios-simulator'; found: x86_64-apple-ios-simulator, x86_64 找不到目标“arm64-apple-ios-simulator”的模块“Alamofire”; 找到:x86_64-apple-ios-simulator,x86_64 - could not find module 'Alamofire' for target 'arm64-apple-ios-simulator'; found: x86_64-apple-ios-simulator, x86_64 找不到目标“x86_64-apple-ios-simulator”的模块“MyCustomFramework”; 找到:arm64、armv7-apple-ios、arm64-apple-ios、arm、armv7 - Could not find module 'MyCustomFramework' for target 'x86_64-apple-ios-simulator'; found: arm64, armv7-apple-ios, arm64-apple-ios, arm, armv7 找不到目标“x86_64-apple-ios-simulator”的模块“FBSDKCoreKit”; 找到:arm64,arm64-apple-ios-simulator - Could not find module 'FBSDKCoreKit' for target 'x86_64-apple-ios-simulator'; found: arm64, arm64-apple-ios-simulator 找不到目标“x86_64-apple-ios-simulator”的模块“XXXX”; 在 Swift 项目中找到:arm64、arm64-apple-ios-simulator? - Could not find module 'XXXX' for target 'x86_64-apple-ios-simulator'; found: arm64, arm64-apple-ios-simulator in Swift Project? 为不兼容的目标 x86_64-apple-ios13.0 创建了模块“Swift” - Module 'Swift' was created for incompatible target x86_64-apple-ios13.0 目标 'arm64-apple-ios' 的 iOS 'Heimdall' 出现错误; 找到:x86_64“ - Getting Error in iOS 'Heimdall' for target 'arm64-apple-ios'; found: x86_64 " 找不到目标“armv7-apple-ios”的模块“IQKeyboardManagerSwift”; - Could not find module 'IQKeyboardManagerSwift' for target 'armv7-apple-ios';
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM