Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I determine which version of a pod I have in my project?

I inherited an Xcode project that uses CocoaPods. It looks like there's only one pod installed and it's checked into source control so I haven't had to install/use CocoaPods at all so far. I believe I have an issue with an older version of CocoaPods so I'm looking to updating the whole thing (both the workspace and the pod itself). I'd like to ID which version of the current pod I have installed so I can review the version history before updating the pod. Is this information stored somewhere?

like image 354
Chris Williams Avatar asked Sep 05 '25 03:09

Chris Williams


1 Answers

I believe Podfile.lock may indicate the versions installed. i.e open the file but dont edit.

like image 184
scott_lotus Avatar answered Sep 07 '25 20:09

scott_lotus