CocoaPods could not find compatible versions for pod "TUICallEngine/Professional"
navneetdhameliya opened this issue · 1 comments
navneetdhameliya commented
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.
vincepzhang commented
- Make sure the minimum deployment version of ios in your Podfile is 11.0 or above.
- Use pod repo update to update your local specs, and then use pod install