Trust

Results 23 comments of Trust

This way is not solved for me. 1- At the top of the Podfile add this line source 'https://github.com/CocoaPods/Specs.git' 2- Remove the Podfile.lock file 3- pod repo remove trunk 4-...

Now the stupidest way is to manually download `https://github.com/CocoaPods/Specs.git` and move the decompressed Specs directory to the `/Users/username/.cocoapods/repos/trunk/` directory, which can be solved, but the download and decompression movement is...

> > Now the stupidest way is to manually download `https://github.com/CocoaPods/Specs.git` and move the decompressed Specs directory to the `/Users/username/.cocoapods/repos/trunk/` directory, which can be solved, but the download and decompression...