Why are the Targets memberships checkboxes disabled for all files in my xCode project ?
PS. I’m using xCode 3

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Target membership defines whether or not certain file is compiled and linked or copied to the bundle for the given target. As there’s usually no specific actions for header separately – they’re included in source files and those source files are compiled with contents of headers – so there’s no sense in target membership for header files.
If you check properties for implementation files then target membership should be enabled