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要求的最低版本就好了。

相关推荐
彩旗工作室1 小时前
将iOS/macOS应用上架至App Store
macos·ios·应用商店·appstore
江东小bug王4 小时前
深入解析 iOS 与 macOS 应用程序生命周期(完整指南)
macos·ios
2501_916008898 小时前
iOS 发布全流程详解,从开发到上架的流程与跨平台使用 开心上架 发布实战
android·macos·ios·小程序·uni-app·cocoa·iphone
非专业程序员9 小时前
iOS/Swift:深入理解iOS CoreText API
ios·swift
某柚啊10 小时前
iOS移动端H5键盘弹出时页面布局异常和滚动解决方案
前端·javascript·css·ios·html5
RollingPin21 小时前
iOS八股文之 RunLoop
ios·多线程·卡顿·ios面试·runloop·ios保活·ios八股文
2501_916007471 天前
iOS 混淆工具链实战,多工具组合完成 IPA 混淆与加固(iOS混淆|IPA加固|无源码混淆|App 防反编译)
android·ios·小程序·https·uni-app·iphone·webview
LinXunFeng1 天前
Flutter webview 崩溃率上升怎么办?我的分析与解决方案
flutter·ios·webview
游戏开发爱好者81 天前
FTP 抓包分析实战,命令、被动主动模式要点、FTPS 与 SFTP 区别及真机取证流程
运维·服务器·网络·ios·小程序·uni-app·iphone
Nick56831 天前
Xcode16 避坑
ios