folder structure in xcode vs folder structure in finder

后端 未结 6 648
广开言路
广开言路 2021-02-01 05:59

I have the following folder structure in xcode for a project.

\"file

6条回答
  •  無奈伤痛
    2021-02-01 06:50

    The "folders" in Xcode are actually groups and not necessarily linked to a folder in Finder.

    You need to manage it yourself if you want a mirror in Xcode/Finder.

    What you can do is create the folder structure you desire in Finder, then drag each folder into Xcode, this will create references to the folders as groups in Xcode and any files you create in those groups will be saved in the appropriate Finder folders.

提交回复
热议问题