简体   繁体   中英

is CocoaPods “pod install” working

How can I check if "pod install" command of CocoaPods is actually downloading pods or not? It seems doing nothing, it's about 10 minutes it's status is : Analysing Dependencies

pod --verbose install appears the be the command that will show you more.

This is a list of the options for the pod command

Options:

    --silent     Show nothing
    --version    Show the version of CocoaPods
    --no-color   Show output without color
    --verbose    Show more debugging information
    --help       Show help banner of specified command

It is a verbose command so it tells you each time it's doing something, download Bolts , installing Bolts , etc...

Have you made sure your cocoa pods install is up to date.

gem update cocoapods

from the commend line.

If that doesn't work... what's in your Podfile ?

How can I check if "pod install" command of CocoaPods is actually downloading pods or not

Use the Activity Monitor to check whether the Terminal is receiving data.

But when it show Analysing Dependencies, it actually do nothing about downloading. All you can do is waiting.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM