I added a directory indside Runner as shown
But directory is not showing up in project navigator
I copied and pasted directory inside it.
How can I resolve this.
CodePudding user response:
Files do not show in XCode Project navigator because they must be added from outside of XCode.
It woluld be better if you add them from inside project navigator(XCode).
- Goto the navigator and Right-click on any directory in which you want to add files/folder.
- Click on
Add Files to <ProjectName>
- Now Select files/folder that ou want to add
- then click
Add
.