I'm fixing folder structure in my project and I wanted to know the different between "Relative to Group" vs "Relative to Project" I heard there can be some issues with "Relative to Group" when working with CI. I want to know whether to convert all my files and folders to "Relative to Group" or "Relative to Project"
- 1In modern Xcode "Group" is usually the same as "Folder". "Relative to Group" is then "Relative to Folder" and it is generally the simplest option. The only exception is when your groups don't match your folders.Sulthan– Sulthan2020-11-06 20:53:49 +00:00Commented Nov 6, 2020 at 20:53
Add a comment |
1 Answer
"Relative to Group" is the default choice. By the past there could be some strange issues related to the fact that a group didn't necessary have an equivalent folder on disk. Nowaday when you create a group, a folder is automatically created too, so it becomes difficult to have this kind of problem. So I don't see any reason not to use the default behavior.