Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

"carthage update --platform iOS" gets stuck at "Fetching Decodable"

My team is using Decodable library in application with the help of carthage. The command carthage update --platform iOS is properly downloading the Decodable on my colleague mac machine. But on my mac machine it's just stucks with the message *** Fetching Decodable all the time. I am trying it since 2 days. for better understanding please see the bellow attached screenshot of terminal

enter image description here

Any help will be appreciated.

like image 373
Anupam Mishra Avatar asked Oct 18 '25 03:10

Anupam Mishra


1 Answers

This generally happens when Carthage can't find compatible version of your dependency. Try specifying a version of the library in your Cartfile

like image 176
rameez Avatar answered Oct 20 '25 18:10

rameez