I'm not able to refresh file list in Project Navigator. There is no refresh button, and I don't think restarting Xcode should be the solution.
How do you see files that you add externally? I'm on Mac.
|
I'm not able to refresh file list in Project Navigator. There is no refresh button, and I don't think restarting Xcode should be the solution. How do you see files that you add externally? I'm on Mac. |
|||||
|
|
Close and reopen the project, if necessary. This may be required if you are using folder references (as one example). In that case, |
|||||
|
Files cannot be added externally. Dumping a source file into the project directory does not (or should not, anyway) add it to the project. To add a file you must add it to the project from within Xcode. If you have a bunch of files that you need to add then in the Add File dialog you can just select all the files you want at once and add them, without having to repeatedly open the Add File dialog. Just use control clicking to select multiple files. |
|||||||
|