ios 集成阿里云的AI智能体报错CocoaPods could not find compatible versions for pod "AUIAICal

Analyzing dependencies [!] CocoaPods could not find compatible versions for pod "AUIAICall/Chatbot": In Podfile: AUIAICall/Chatbot (from ./App/Lib/AUIAICall/) Specs satisfying the AUIAICall/Chatbot (from ./App/Lib/AUIAICall/) dependency were found, but they required a higher minimum deployment target.

解决方案:

说明你的项目目前的最低版本要比SDK的要求的最低版本要低导致的。直接点讲就是,集成的这个SDK最低要求系统版本是iOS 11.0可是你的实际项目这里是iOS 10.0导致的。所以把这里改成SDK要求的最低版本就好了。

相关推荐
开心就好20251 小时前
Flutter iOS应用混淆与安全配置详细文档指南
后端·ios
开心就好20252 小时前
苹果iOS应用开发上架与推广完整教程
后端·ios
用户69371750013843 小时前
XChat 为什么选择 Rust 语言开发
android·前端·ios
MonkeyKing3 小时前
Objective-C Runtime 完整机制:objc_class /cache/bits 源码解析
前端·ios
秋雨梧桐叶落莳4 小时前
【iOS】 AutoLayout初步学习
学习·macos·ios·objective-c·cocoa·xcode
SY.ZHOU1 天前
移动端架构体系(四):View层的组织与调用方案
flutter·ios·架构·系统架构·安卓
inxx1 天前
iOS 26 模拟器启动卡死:Method Swizzling 在系统回调时触发 nil 崩溃
ios
Swift社区1 天前
鸿蒙 vs iOS / Android:谁更适合 AI?
android·ios·harmonyos
亘元有量-流量变现1 天前
ASO优化全流程实操指南:从基础到迭代,精准提升App曝光与转化
android·ios·harmonyos·aso优化·方糖试玩
zhangjikuan891 天前
iOS屏幕适配方案
ios