How to find out the version of installed cocoa pods?

后端 未结 6 1687
醉梦人生
醉梦人生 2021-01-30 12:26

How to find out the version of installed cocoa pods?

I\'m not asking about the version of the cocoa pods gem, but the version of the pods themselves. Ideally it

6条回答
  •  被撕碎了的回忆
    2021-01-30 13:12

    Open Terminal.

    Change directory to your project and type the following command to open the Podfile.lock file.

    $ open Podfile.lock -a Xcode
    

提交回复
热议问题