Tencent-RTC / TUICallKit

tencent video calls uikit, include 1v1 calls、group calls etc.
https://trtc.io/products/call
MIT License
190 stars 130 forks source link

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

Open navneetdhameliya opened 1 year ago

navneetdhameliya commented 1 year ago

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 commented 1 year ago
  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