Hi all. We shouldn’t need to commit the `Pods` dir...
# ios
x
Hi all. We shouldn’t need to commit the
Pods
directory right? However, when I gitignore the pod directory, looks like xcode project will miss some configurations 🤔
k
It’s your choice whether or not to commit the
pods
directory, there are pros and cons to both choices. If you gitignore then you may need to run
pod install
on your project to get all the dependencies in order