I've created Swift package, which contains a folder with an example project. Its path is not included in any target sources. Nonetheless, after opening Package.swift file in XCode, Project Navigator still shows not included paths. How to hide that obsolete folder?
0
votes
Show your package.swift file.
- Paulw11
@Paulw11here
- lyzkov
I notice that the folder name has a misspelling compared to what is in your a large file. Do you have an incorrect folder in your file system somewhere that is being picked up.
- Paulw11
@Paulw11I have corrected that typo and problem still occurs.
- lyzkov
2 Answers
0
votes
As I suppose, it is unlikely that XCode manages Navigator contents using an exclusion path from target configuration. It shows not only files specified in targets but all files included in root path. It is reasonable because the package can contain a readme file that can be edited by XCode, however it is not reasonable for files of the example project.
