Does anyone know why in the navigator of my Xcode project my Pods.xcodeproj file is listed in red? I am assuming that means Xcode cannot find the file so how do I make sure it actually does exist in the project.
Thanks!
run pod install in your workspace directory. It will install all the dependencies for you.