Basil Bourque
Basil Bourque

Reputation: 338815

See all files in a target’s membership in Xcode

How to see a list of files that have membership in a target in Xcode?

I know I can click each file individually in the project navigator, and use the Inspector to see if that file has Target Membership target item checked. But how to review for all files rather than one-by-one?

Upvotes: 5

Views: 4270

Answers (1)

matt
matt

Reputation: 535316

Look in the Build Phases for that target.

enter image description here

Upvotes: 15

Related Questions