[ad_1]
I’ve read all the answers online for this question but none help.
So far, I know:
For DISK VERSION:
- select this option to use Xcode changes which are stored ON THE DISK (re: after a pod install).
- select this option to use the code of the new branch you just switched to of your remote repo (re: after switching to a new git branch)
For XCODE VERSION:
- select this option to use Xcode changes which are stored IN MEMORY (re: after a pod install).
- select this option to use the code of the branch that you just checked out of & are no longer in (re: after switching to a new git branch)
This alert showed up because I forgot to save & close my Xcode project before running pod install
MY QUESTION:
After the pod install completes, suppose I still have my Xcode open & then the alert shows up.
Which option do I choose for my most recent / up-to-date code (the code currently shown my screen in the opened Xcode IDE) & for the new pods which I just installed a minute ago ?
[ad_2]