找不到模块 'RxSwift'
Could not find module 'RxSwift'
我导入了 BitcoinKit.swift,效果很好,但现在出现错误:
Could not find module 'RxSwift' for target 'x86_64-apple-ios-simulator'; found: arm64, arm64-apple-ios-simulator
播客文件:
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '15.2'
target 'BTCTransaction5' do
use_frameworks!
pod 'BitcoinKit.swift'
end
系统
macOS 大苏尔
M1
感谢您的帮助!
您尝试用这个更新广告连播吗?
arch -x86_64 pod update
我通过在构建设置中排除一些架构来修复它。
我导入了 BitcoinKit.swift,效果很好,但现在出现错误:
Could not find module 'RxSwift' for target 'x86_64-apple-ios-simulator'; found: arm64, arm64-apple-ios-simulator
播客文件:
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '15.2'
target 'BTCTransaction5' do
use_frameworks!
pod 'BitcoinKit.swift'
end
系统
macOS 大苏尔
M1
感谢您的帮助!
您尝试用这个更新广告连播吗?
arch -x86_64 pod update
我通过在构建设置中排除一些架构来修复它。