CocoaPods找不到兼容版本的Pod时,通常是因为项目中的某些依赖库版本不兼容。 当遇到“CocoaPods could not find compatible versions for pod”这个错误时,可以尝试以下几种解决方法: 更新CocoaPods到最新版本: 执行命令sudo gem install cocoapods来更新CocoaPods。 有时候,更新到
简介: ios-解决报错-CocoaPods could not find compatible versions for pod “xxx“ 出现场景 使用某个三方库时,跑在IOS上报错。 最近在用Flutter做蓝牙相关的App,需要用到蓝牙库,就找到了flutter_reactive_ble这个库。最后运行在ios上时,直接报错。提示CocoaPods could not find compatible versions for pod "...
[!] CocoaPods could not find compatible versions for pod "JMLink": In snapshot (Podfile.lock): JMLink (= 1.2.4) In Podfile: JMLink (= 1.2.4) None of your spec sources contain a spec satisfying the dependencies: `JMLink (= 1.2.4), JMLink (= 1.2.4)`. You have either: * out-of...
但有时候会遇到一个常见的问题:CocoaPods 找不到兼容版本。这个问题通常是因为我们项目中的一些第三方库所依赖的版本不兼容所导致的。 问题描述 当我们在终端中执行pod install命令时,可能会遇到类似以下的错误信息: CocoaPods could not find compatible versions for pod “XXX”: 这意味着 CocoaPods 找不到适配...
问如何解决CocoaPods无法为iOS项目找到兼容版本的pod问题?EN为了学习 realm 的知识,我需要安装 realm ...
react-native框架中,在ios文件夹下执行pod install命令时出现的问题。 下面时完整的异常信息: [!] CocoaPods could notfindcompatible versionsforpod"React/Core": In Podfile: react-native-fetch-blob (from `../node_modules/react-native-fetch-blob`) was resolved to0.10.6,whichdepends on ...
[!] CocoaPods could not find compatible versions for pod “GoogleDataTransport”: In Podfile: firebase_messaging (from .symlinks/plugins/firebase_messaging/ios) was resolved to 15.1.3, which depends on Firebase/Messaging (= 11.2.0) was resolved to 11.2.0, which depends on FirebaseMessaging (...
CocoaPods could not find compatible versions for pod "iOSDFULibrary"表示 CocoaPods 无法找到与我们指定的版本要求相符的iOSDFULibrary。在 Podfile 文件中,我们指定了该依赖库的版本为~> 4.3.0,即 4.3.0 及以上的版本。然而,CocoaPods 在它的仓库中找不到满足这个要求的版本。
gabriellend changed the title The 'Pods-MyApp' target has transitive dependencies that include statically linked binaries: CocoaPods could not find compatible versions for pod "FirebaseCoreExtension" Dec 14, 2022 gabriellend changed the title CocoaPods could not find compatible versions for pod "Fir...
$ pod install 后出现下面错误: [!] CocoaPods could not find compatible versions for pod "Folly": In snapshot (Podfile.lock): Folly (from `./RNComponent/node_modules/react-native/third-party-podspecs/Folly.podspec`) In Podfile: Folly (from `./RNComponent/node_modules/react-native/third-...