voxeet / voxeet-uxkit-reactnative

https://www.npmjs.com/package/@voxeet/react-native-voxeet-conferencekit
MIT License
11 stars 12 forks source link

Got issue CocoaPods could not find compatible versions for pod "VoxeetSDK": #50

Closed hungkoala closed 2 years ago

hungkoala commented 2 years ago

It looks like VoxeetSDK 3.3.0 was not uploaded to CocoaPods

[!] CocoaPods could not find compatible versions for pod "VoxeetSDK":
  In Podfile:
    voxeet-uxkit-reactnative (from `../node_modules/@voxeet/react-native-voxeet-conferencekit`) was resolved to 0.3.0, which depends on
      VoxeetSDK (= 3.3.0)

None of your spec sources contain a spec satisfying the dependency: `VoxeetSDK (= 3.3.0)`.

You have either:
 * out-of-date source repos which you can update with `pod repo update` or with `pod install --repo-update`.
 * mistyped the name or version.
 * not added the source repo that hosts the Podspec to your Podfile.
gmakwana commented 2 years ago

Yes @hungkoala You are right.

@FabienLavocat @codlab Can you please look into this on priority.

FabienLavocat commented 2 years ago

Hi @hungkoala.

Thank you for the report, we noticed that the release on Cocoapods is pointing to an older version of the SDK. We are working on fixing it.

Thanks, Fabien

FabienLavocat commented 2 years ago

We just pushed the release 3.3.0 to Cocoapods: https://cocoapods.org/pods/VoxeetSDK

Please try again and let me know if you still have an issue installing the latest version.

Thanks, Fabien

harpalCodal commented 2 years ago

@FabienLavocat Again i'm suffering from same issue. I have installed pod version of 1.11.2 in my machine and getting following error

[!] CocoaPods could not find compatible versions for pod "VoxeetUXKit": In Podfile: voxeet-uxkit-reactnative (from../node_modules/@voxeet/react-native-voxeet-conferencekit`) was resolved to 0.3.0, which depends on VoxeetUXKit (= 1.6.0)

None of your spec sources contain a spec satisfying the dependency: VoxeetUXKit (= 1.6.0).

You have either:

nate-giddy commented 2 years ago

I'm running into the same issue now as well with VoxeetUXKit

[!] CocoaPods could not find compatible versions for pod "VoxeetUXKit": In Podfile: voxeet-uxkit-reactnative (from../node_modules/@voxeet/react-native-voxeet-conferencekit`) was resolved to 0.3.0, which depends on VoxeetUXKit (= 1.6.0)

None of your spec sources contain a spec satisfying the dependency: VoxeetUXKit (= 1.6.0).

FabienLavocat commented 2 years ago

The website seems to have an issue, but run the following commands:

pod repo update
pod search VoxeetUXKit

You should see the version 1.6.0 of the VoxeetUXKit pod:

-> VoxeetUXKit (1.6.0)
   The Voxeet UXKit is a quick way of adding premium audio, video chats, and other supported options.
   pod 'VoxeetUXKit', '~> 1.6.0'
   - Homepage: https://dolby.io
   - Source:   https://github.com/voxeet/voxeet-uxkit-ios.git
   - Versions: 1.6.0, 1.5.3, 1.5.2, 1.5.1, 1.5.0, 1.4.9, 1.4.8, 1.4.7, 1.4.6, 1.4.5, 1.4.4, 1.4.3, 1.4.2, 1.4.1, 1.4.0, 1.3.9, 1.3.8, 1.3.7, 1.3.6, 1.3.5, 1.3.4, 1.3.3, 1.3.2, 1.3.1, 1.3.0 [trunk repo]
hungkoala commented 2 years ago

Yes @hungkoala You are right.

@FabienLavocat @codlab Can you please look into this on priority.

@FabienLavocat it works on my computer now

FabienLavocat commented 2 years ago

Excellent, thank you for reporting this issue @hungkoala

harpalCodal commented 2 years ago

@FabienLavocat Now working fine for me as well.