最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

trtc.io - How to fix 'TXIMSDK_Plus_iOS_XCFramework requires higher iOS deployment version' error in Flutter - St

programmeradmin1浏览0评论

I'm integrating tencent_cloud_chat_push in a Flutter app, but when running the app on iOS, I encounter this error:

Error: The pod "TXIMSDK_Plus_iOS_XCFramework," required by the plugin "tencent_cloud_chat_push"  
requires a higher minimum iOS deployment version than the plugin's reported minimum version.  
To build, remove the plugin "tencent_cloud_chat_push", or contact the plugin's developers for assistance.  
Error running pod install  
Error launching application on iPhone 16 Pro.  

How can I resolve this problem?

I'm integrating tencent_cloud_chat_push in a Flutter app, but when running the app on iOS, I encounter this error:

Error: The pod "TXIMSDK_Plus_iOS_XCFramework," required by the plugin "tencent_cloud_chat_push"  
requires a higher minimum iOS deployment version than the plugin's reported minimum version.  
To build, remove the plugin "tencent_cloud_chat_push", or contact the plugin's developers for assistance.  
Error running pod install  
Error launching application on iPhone 16 Pro.  

How can I resolve this problem?

Share Improve this question asked Apr 1 at 11:12 ivory xuivory xu 1 New contributor ivory xu is a new contributor to this site. Take care in asking for clarification, commenting, and answering. Check out our Code of Conduct.
Add a comment  | 

1 Answer 1

Reset to default 0

The local cocoapods cache cannot detect the download of a certain plug-in version that Flutter depends on, and needs to be updated.Follow these steps to fix it: Step 1: Delete Podfile.lock & Pods (Clean Reset)

cd ios  
rm -rf Podfile.lock Pods/  

Step 2: Run Pod Install with Updates

pod repo update  
pod install --repo-update  

与本文相关的文章

发布评论

评论列表(0)

  1. 暂无评论