devicekit / DeviceKit

DeviceKit is a value-type replacement of UIDevice.
MIT License
4.42k stars 430 forks source link

Cocoa Pod Install issues ever since latest update #241

Closed sdevo619 closed 3 years ago

sdevo619 commented 4 years ago

I keep running into issues trying to perform an install or update in DeviceKit through CocoaPods, ever since the most recent update to DeviceKit from the last few weeks. I have tried both the branch master and the normal one listed on main page under Swift 5. Having the same issue with both of them. When I first started to see this issue I tried the master, which initially worked, but now even the master seems to be having issues too. Any ideas what is going on here??? I have no other issues with this project, and DeviceKit has been extremely reliable, up until this point.

pod 'DeviceKit', '~> 3.1'

pod 'DeviceKit', '~> 3.2'

pod 'DeviceKit', :git => 'https://github.com/devicekit/DeviceKit.git', :branch => 'master'

Error: [!] CDN: trunk URL couldn't be downloaded: https://raw.githubusercontent.com/CocoaPods/Specs/master/Specs/d/e/6/DeviceKit/3.2.0/DeviceKit.podspec.json Response: Timeout was reached

denisenepraunig commented 4 years ago

@sdevo619 - I'll investigate on that.

sdevo619 commented 4 years ago

I just checked it a little while ago, and seems to be working now using the master repo, which was strange as I didn’t change anything since yesterday, but haven’t checked using the standard one. Not sure what was going on, or if you were editing it yesterday. Either way, thank you for looking into it. I’ll let you know if it keeps happening though.

denisenepraunig commented 4 years ago

@sdevo619 Thanks for letting me know. I'll keep an eye on it. May CocoaPods had a hiccup or something like that. I didn't touch anything since the latest release - which unfortunately happened at 30th instead of 29th April 2020 because the TravisCI build did not build...

sdevo619 commented 4 years ago

No worries. Thanks for the follow up. I’ll let you know if happens again. Take care!

Zandor300 commented 3 years ago

Closing because of inactivity.