当您遇到 "cocoapods could not find compatible versions for pod" 的错误时,这通常意味着您的项目中使用的Pod之间存在版本冲突,或者您指定的Pod版本与现有的Pods仓库中的版本不兼容。以下是一些步骤和建议,可以帮助您解决这个问题: 1. 检查Podfile文件中的依赖版本 首先,检查您的Podfile文件,确保您为所有Pods指定的...
CocoaPods could not find compatible versions for pod “XXX”: 这意味着 CocoaPods 找不到适配该项目中所有依赖库版本的第三方库。 解决方法 1. 更新 CocoaPods 版本 首先,我们可以尝试更新 CocoaPods 到最新版本。在终端中执行以下命令: sudogeminstallcocoapods 1. 这将会更新 CocoaPods 到最新版本,有时候可...
CocoaPods 错误问题 问题一:pod 最低兼容版本太低报错 报错内容 [!] CocoaPods could not find compatible versions for pod "TZImagePickerController": In Podfile: TZImagePickerController (~> 3.8.8) Specs satisfying theTZImagePickerController (~> 3.8.8)dependency were found, but they required a high...
CocoaPods could not find compatible versions for pod "TXIMSDK_Plus_iOS": In 解决CocoaPods 版本兼容性问题 概述 在开发 iOS 应用程序时,我们经常使用 CocoaPods 来管理第三方库。然而,有时候在安装或更新依赖库时,可能会遇到版本兼容性问题。本文将指导新手开发者解决 CocoaPods 中的版本兼容性问题。 解决步...
[!] 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 (...
[!]CocoaPodscould notfindcompatible versionsforpod"HDSSup":InPodfile:HDSSupSpecssatisfying the `HDSSup` dependency were found,but theyrequireda higher minimum deployment target. 解决办法 一、可尝试降低当前 SDK 的版本 例如向下指定到某个版本且兼容现有所需功能 ...
最近在用Flutter做蓝牙相关的App,需要用到蓝牙库,就找到了flutter_reactive_ble这个库。最后运行在ios上时,直接报错。提示CocoaPods could not find compatible versions for pod "flutter_reactive_ble"。 详细报错信息如下 CocoaPods' output:↳PreparingAnalyzing dependenciesInspecting targets to integrateUsing `ARCHS...
[!] CocoaPods could not find compatible versions for pod "react-native-safe-area-context": In Podfile: react-native-safe-area-context (from `../node_modules/react-native-safe-area-context`) Specs satisfying the `react-native-safe-area-context (from `../node_modules/react-native-safe-area...
[!] CocoaPods could not find compatible versions for pod "JMLink": In Podfile: JMLink (= 1.2.4) None of your spec sources contain a spec satisfying the dependency: `JMLink (= 1.2.4)`. You have either: * out-of-date source repos which you can update with `pod repo update` or with...
CocoaPods could not find compatible versions for pod "iOSDFULibrary"表示 CocoaPods 无法找到与我们指定的版本要求相符的iOSDFULibrary。在 Podfile 文件中,我们指定了该依赖库的版本为~> 4.3.0,即 4.3.0 及以上的版本。然而,CocoaPods 在它的仓库中找不到满足这个要求的版本。