I have a project in Xcode 11 that I'm storing in a remote repo on github.com with a copy checked out locally (as one does with github). And as typical in github repos, my repo has a README.md file at the top level of the project.
When I pull that repo down to my Mac to work on the project in Xcode, I see all the files from the repo. However, in the Xcode Project Navigator, there's no README.md (which is a bit of a WTF from my perspective, but a lot of what Xcode does gives me that reaction). Am I doing something wrong? What should I be doing to be able to see that README.md file in Xcode?
A thing I can do successfully is ⌘O open the file, but that just feels a bit obtuse when the file is right there for the showing.