Joseph Tura
Joseph Tura

Reputation: 6360

Xcode: Cannot change target membership for folders

I have a number of folders in my Resources group. I want to include some of them in target A and some in target B. To this end I created two subfolders:

Resources
 - content
 -- A
 -- B

If I try to change target membership for 'content' I can, under 'Get Info', select the targets. If I try the same for 'A' and 'B', under the 'Targets' tab, there are no targets listed.

Anyone have a hunch what the problem might be? Not possible with subfolders?

Upvotes: 0

Views: 3088

Answers (1)

Joseph Tura
Joseph Tura

Reputation: 6360

I guess it is because you set the target membership recursively, so a subfolder inherits from its parent.

Upvotes: 1

Related Questions