We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
SwiftMessages (= 9.0.5)
I am using trunk for Cocoapods with the below url in the Podfile:
trunk
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.
Unable to find a specification for 'SwiftMessages (= 9.0.5)'
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:
rm -rf ~/.cocoapods/repos/trunk/
pod install --repo-update
sudo rm -fr ~/Library/Caches/CocoaPods/
sudo rm -fr ~/.cocoapods/repos/master
pod repo update
The pod install when I changed source 'https://cdn.cocoapods.org/' to source 'https://github.com/CocoaPods/Specs.git'.
pod install
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
rm -rf ~/.cocoapods/repos/trunk/
pod install --repo-update
sudo rm -fr ~/Library/Caches/CocoaPods/
sudo rm -fr ~/.cocoapods/repos/master
pod repo update
pod install --repo-update
The
pod install
when I changedsource 'https://cdn.cocoapods.org/'
tosource '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
The text was updated successfully, but these errors were encountered: