简体   繁体   中英

How to display all files in Project Navigator in Xcode 9?

Some files on my Swift project, like circle.yml and .gitignore , aren't shown in the Xcode 9 Navigator. How do I get them so show up?

You seem to think that just because something is in your project folder, it's part of the project. That isn't the case. The project isn't magically watching the project folder to see what's in there. It knows about the stuff that it put in there, because that's the only way stuff is supposed to get in there in the first place.

If you want something to be part of the project, and you yourself put it into the project folder without telling the project that you did so — which was not necessarily a very smart idea to start with — then dragging it into the project navigator to make it part of the project is up to you.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM