Analyzing dependencies [!] CocoaPods could not find compatible versions for pod "AUIAICall/Chatbot": In Podfile: AUIAICall/Chatbot (from
./App/Lib/AUIAICall/
) Specs satisfying theAUIAICall/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要求的最低版本就好了。
