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

Pod could not be installed version 0.8.1 #34

Open
Joshaphat opened this issue Oct 21, 2024 · 2 comments
Open

Pod could not be installed version 0.8.1 #34

Joshaphat opened this issue Oct 21, 2024 · 2 comments

Comments

@Joshaphat
Copy link

When i use cocoapod to integrate this library,pod install error:
[!] CocoaPods could not find compatible versions for pod "Mediasoup-Client-Swift":
In Podfile:
Mediasoup-Client-Swift (= 0.8.1)

None of your spec sources contain a spec satisfying the dependency: Mediasoup-Client-Swift (= 0.8.1).

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.

So what should I do to integrate version 0.8.1

@Joshaphat
Copy link
Author

When I use version 0.7.0, the example code will report an error and I cannot find the relevant class
e3b52e08-4a52-4e7b-8585-648139af4427

@fedulvtubudul
Copy link
Collaborator

None of your spec sources contain a spec satisfying the dependency: Mediasoup-Client-Swift (= 0.8.1).

Sounds like a CocoaPods configuration issue. Try next steps:

  • remove Pods directory in your project
  • clean CP cache: pod cache clean --all
  • re-fetch pods: pod install --repo-update

When I use version 0.7.0, the example code will report an error and I cannot find the relevant class

There is no ready-to-build example for this pod. Code on the screenshot is a suggestion of general steps you need to implement actual client. Main part missing here is Signaling which will be specific for your media server.

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