Menu

Close
  • Home
  • LinkedIn
  • Real Life Code @ Micreosoft
  • GitHub
Subscribe
Shawn Cicoria Menu

Fixing CocoaPods bad Dependancies

17 August 2016 on xcode, osx, ios, pods

For some reason my CocoaPods was working just fine - until this morning. ...

So, this seems to cleanup and freshen real nice...

pod repo remove master  
pod setup  
pod install  

Thanks to this Stack Overflow thread...
http://stackoverflow.com/questions/23006683/cocoapods-staying-on-analyzing-dependencies

Shawn Cicoria's Picture

Shawn Cicoria

Read more posts by this author.

Share this post

Twitter Facebook Google+

User Experience Above All Else

Too often I'm joining teams, meetings, hacks, that the center of focus is the technology implementation. STOP!!!!! The tech…

Just a reminder - adding your user to Docker group...

From a shell... sudo groupadd docker sudo usermod -aG docker $USER Logout and on again - run docker ps…

Shawn Cicoria © 2021
Proudly published with Ghost