I am trying to update my pod using pod install and finding that it doesn\'t update properly unless I delete the original pod.
pod install
Is t
You can add the verbose tag and see if there is an error showing up during the update.
pod install --verbose
Using --verbose is the best way to find out what is going on. Maybe there is a problem with the repo it is trying to update from. Hard to say.
--verbose