ios - CocoaPods "pod install"在工作吗
<p><p>如何检查 CocoaPods 的“pod install”命令是否真的在下载 pod?
似乎什么也没做,大约 10 分钟,它的状态是:
<strong>分析依赖关系</strong></p></p>
<br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
<p><p><code>pod --verbose install</code> 出现的是将向您显示更多内容的命令。</p>
<p>这是 pod 命令的选项列表</p>
<pre><code>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
</code></pre></p>
<p style="font-size: 20px;">关于ios - CocoaPods"pod install"在工作吗,我们在Stack Overflow上找到一个类似的问题:
<a href="https://stackoverflow.com/questions/22324176/" rel="noreferrer noopener nofollow" style="color: red;">
https://stackoverflow.com/questions/22324176/
</a>
</p>
页:
[1]