How to check version of a CocoaPods framework

后端 未结 10 1904
醉话见心
醉话见心 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:11

    To check version of cocoapods from terminal:

    For Sudoless:

    gem which cocoapods
    

    For Sudo:

    sudo gem which cocoapods
    

    Also note: If you want to edit podfile or podfile.lock don't edit it in editors. Open only with XCode.

提交回复
热议问题