Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CocoaPods could not find compatible versions for pod "TUICallEngine/Professional" #279

Open
navneetdhameliya opened this issue Oct 30, 2023 · 1 comment

Comments

@navneetdhameliya
Copy link

I can't install the pod because of this error:

[!] CocoaPods could not find compatible versions for pod "TUICallEngine/Professional":
In Podfile:
tencent_calls_engine (from .symlinks/plugins/tencent_calls_engine/ios) was resolved to 0.0.1, which depends on
TUICallEngine/Professional (~> 1.9.1.700)

tencent_calls_uikit (from `.symlinks/plugins/tencent_calls_uikit/ios`) was resolved to 0.0.1, which depends on
  TUICallEngine/Professional

Specs satisfying the TUICallEngine/Professional, TUICallEngine/Professional (~> 1.9.1.700) dependency were found, but they required a higher minimum deployment target.

I attached the file also please check
Screenshot 2023-10-30 at 6 53 39 PM

@vincepzhang
Copy link

  1. Make sure the minimum deployment version of ios in your Podfile is 11.0 or above.
  2. Use pod repo update to update your local specs, and then use pod install

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants