如何检查 CocoaPods 的“pod install”命令是否真的在下载 pod?
似乎什么也没做,大约 10 分钟,它的状态是:
分析依赖关系
Best Answer-推荐答案 strong>
pod --verbose install 出现的是将向您显示更多内容的命令。
这是 pod 命令的选项列表
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
关于ios - CocoaPods "pod install"在工作吗,我们在Stack Overflow上找到一个类似的问题:
https://stackoverflow.com/questions/22324176/
|