Where does Xcode store the indexes for the “jump to definition” feature?
I’m interested in both Xcode 3 and Xcode 4.
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.
For Xcode 3 all this information seems to be stored in the directory
build/<project_name>.build/<project_name>.pbxindex. You’ll see a bunch of.pbxtreefiles there plus a further subdirectorystrings.pbxstrings. It will probably take a while to reverse engineer the format of all this data, as it’s not published anywhere AFAIK.