saibotma / jitsi_meet_wrapper

Jitsi Meet Plugin for Flutter. Wrapping JitsiMeetSDK for Android and iOS.
BSD 3-Clause "New" or "Revised" License
26 stars 62 forks source link

[!] CocoaPods could not find compatible versions for pod "JitsiMeetSDK": #109

Closed omar-hadek closed 1 year ago

omar-hadek commented 1 year ago

after updating CocoaPods i've had this error after running pod install

[!] CocoaPods could not find compatible versions for pod "JitsiMeetSDK":
  In Podfile:
    jitsi_meet (from `.symlinks/plugins/jitsi_meet/ios`) was resolved to 0.0.1, which depends on
      JitsiMeetSDK (= 3.3.0)

    jitsi_meet_wrapper (from `.symlinks/plugins/jitsi_meet_wrapper/ios`) was resolved to 0.0.1, which depends on
      JitsiMeetSDK (= 7.0.1)
saibotma commented 1 year ago

Thanks for creating this issue. Can you please share a fully reproducible example?

omar-hadek commented 1 year ago

Thank you for your response the issue was a version conflicts between jitsi-meet and jitsi-meet-wrapper packages after removing jitsi-meet package the problem resolved