Difference between folder and group in Xcode?

后端 未结 5 984
栀梦
栀梦 2020-12-09 15:15

In Xcode, what is the difference between a folder and a group? Are these interchangeable terms or is there a subtle difference?

5条回答
  •  自闭症患者
    2020-12-09 15:42

    A folder in Xcode represents a folder in the file system.

    A group in Xcode is a "fake" folder which does NOT represent a folder in the file system.

    It is common to use a combination of groups and folders for a given Xcode project.

提交回复
热议问题