Stuck on analyzing dependencies - Homeal/Homeal-iOS GitHub Wiki

If your terminal gets stuck on "Analyzing dependencies...." when you install the repos, try to run the following codes to resolve this issue:

$ pod repo remove master  
$ pod setup  
$ pod install