Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
根据文档,您可以通过简单地在 podfile 中省略其版本来使用最新版本的 pod 库。
有没有办法通过指定+或*或之类的东西来使用最新版本latest?
+
*
latest
使用 '> 0' 作为版本说明符。看这里