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

is it published to cocoapods? #653

Closed
maxkomarychev opened this issue Dec 12, 2024 · 3 comments
Closed

is it published to cocoapods? #653

maxkomarychev opened this issue Dec 12, 2024 · 3 comments

Comments

@maxkomarychev
Copy link

I am trying to install the library with cocoapods and it looks like it can't find the package:

> 'pod install' command failed with code 31.
  Error message:
  
          Please, check that podfile contains following lines in header:
          source 'https://cdn.cocoapods.org'
  
          Please, check that each target depended on shared contains following dependencies:
          pod 'LaunchDarkly'
  pod 'OpenTelemetry-Swift-Sdk'
  pod 'PersonaInquirySDK2'
  pod 'SDWebImageSVGCoder'
  pod 'Sentry'
  pod 'lottie-ios'

also the search in cocoapods' website doesn't show the entry https://cocoapods.org/

image

empty search result

@ArielDemarco
Copy link
Contributor

ArielDemarco commented Dec 12, 2024

Hey @maxkomarychev! The search on cocoapods.org hasn't been working very well for a while. It seems to have some indexing issues.
To answer the title, yes, it's published. Here’s the URL from cocoapods to that pod and here’s the list of specs that were uploaded.

I don’t really see an error related to not finding the dependency in what you mentioned and the logs you shared. However, it could be that you don’t have the latest spec references downloaded. To fix that, you can run:

pod install --verbose --repo-update
# Or you can run `pod repo update` before running `pod install`

@maxkomarychev
Copy link
Author

@ArielDemarco thanks for the confirmation!

I think I know what happened - I was actually trying to install latest version (1.12.1) and it doesn't seem to be available in the Specs repo! Could you check that please?

For now I ended up installing pod using podspec from git which worked fine.

@ArielDemarco
Copy link
Contributor

I see no automation regarding pod trunk on the workflows, so probably that's the reason why there's no version for latest OTel tags. Probably @bryce-b or @nachoBonafonte can do the push to trunk manually.

@bryce-b bryce-b closed this as completed Jan 6, 2025
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

3 participants