balance-wallet icon indicating copy to clipboard operation
balance-wallet copied to clipboard

Podfile not in sync with snapshot

Open heumn opened this issue 6 years ago • 0 comments

First of, love the app. Found a minor issue I wanted to look into and thus pulled the repo.

These things are inevitable when you are not committing pods to the repo.

skjermbilde 2018-11-06 kl 09 27 54

I would highly recommend you commit pods to the repo. I will gladly open a PR to do so :)

Pros

  • After cloning the repo, the project can immediately build and run, even without having CocoaPods installed on the machine. There is no need to run pod install, and no Internet connection is necessary. Working on a plane and switching branches? Easy!
  • The Pod artifacts (code/libraries) are always available, even if the source of a Pod (e.g. GitHub) were to go down.
  • The Pod artifacts are guaranteed to be identical to those in the original installation after cloning the repo.
  • Less conflicts

Cons

  • The repo will be larger

heumn avatar Nov 06 '18 08:11 heumn