How to check version of a CocoaPods framework

后端 未结 10 1908
醉话见心
醉话见心 2020-12-07 09:51

I have updated Flurry via CocoaPods, but how can I check if Flurry was updated?

I mean the terminal shown me that everything is ok:

Installing Flurry         


        
10条回答
  •  执笔经年
    2020-12-07 10:17

    The highest voted answer (MishieMoo) is correct but it doesn't explain how to open Podfile.lock. Everytime I tried I kept getting:

    You open it in terminal by going to the folder it's in and running:

    vim Podfile.lock
    

    I got the answer from here: how to open Podfile.lock

    You close it by pressing the colon and typing quit then enter

    :quit //then return key
    

提交回复
热议问题