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

Unable to find a specification for SwiftMessages (= 9.0.5) during pod install. #172

Open
santoshtewarippe opened this issue Feb 7, 2022 · 0 comments

Comments

@santoshtewarippe
Copy link

I am using trunk for Cocoapods with the below url in the Podfile:

source 'https://cdn.cocoapods.org/'

pod install was working perfectly, but suddenly from past few days I am facing the below issue:

Unable to find a specification for 'SwiftMessages (= 9.0.5)' during pod install.

The pod is different on each retry. It is randomly failing for any pod.

I tried the below things but still the issue is not resolved:

  • Removing trunk repo folder and retrying pod install with repo update:
    • rm -rf ~/.cocoapods/repos/trunk/
    • pod install --repo-update
  • Removing Cocoa pods cache and repos:
    • sudo rm -fr ~/Library/Caches/CocoaPods/
    • sudo rm -fr ~/.cocoapods/repos/master
    • pod repo update
    • pod install --repo-update
  • Also tried reinstalling cocoapods but still the issue persist.

The pod install when I changed source 'https://cdn.cocoapods.org/' to source 'https://github.com/CocoaPods/Specs.git'.

The output when I tried pod repo update --verbose
Updating spec repo 'trunk'
CDN: trunk Relative path: deprecated_podspecs.txt, has ETag? W/"6200c07a-8afb0"
CDN: trunk Relative path not modified: deprecated_podspecs.txt
CDN: trunk Going to update 7 files
CDN: trunk Relative path: all_pods_versions_1_1_7.txt, has ETag? W/"6200c286-9e5"
CDN: trunk Relative path: all_pods_versions_7_a_c.txt, has ETag? W/"6200c07a-7c7"
CDN: trunk Relative path: all_pods_versions_d_8_c.txt, has ETag? W/"6200c286-4e2"
CDN: trunk Relative path: CocoaPods-version.yml, has ETag? "6200c07a-38"
CDN: trunk Relative path: all_pods_versions_2_1_3.txt, has ETag? W/"6200bdfb-647"
CDN: trunk Relative path: all_pods_versions_1_f_6.txt, has ETag? W/"6200c286-46c"
CDN: trunk Relative path: all_pods_versions_c_c_f.txt, has ETag? W/"6200bdfc-825"
CDN: trunk Relative path not modified: all_pods_versions_1_1_7.txt
CDN: trunk Relative path downloaded: all_pods_versions_c_c_f.txt, save ETag: W/"6200c286-825"
CDN: trunk Relative path not modified: all_pods_versions_7_a_c.txt
CDN: trunk Relative path not modified: all_pods_versions_1_f_6.txt
CDN: trunk Relative path not modified: all_pods_versions_d_8_c.txt
CDN: trunk Relative path downloaded: all_pods_versions_2_1_3.txt, save ETag: W/"6200c286-647"
CDN: trunk Relative path not modified: CocoaPods-version.yml

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

1 participant