简体   繁体   中英

I added some files in my ios project but they are not showing up in XCode project navigator [ XCode 13.2 ]

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.

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).

  1. Goto the navigator and Right-click on any directory in which you want to add files/folder.
  2. Click on Add Files to <ProjectName>

在此处输入图像描述

  1. Now Select files/folder that ou want to add
  2. then click Add .

在此处输入图像描述

Now all Files/Directories (that you have selected) will be added in your project.

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