How can you tell it's being deleted?
Xcode automatically rebuilds the index, or something similar, is like to click on the button "Rebuild Code Sense Index". So, it's visible in the Finder. Where is it in relation to your project, or in relation to your build folder?
It is inside the build folder (/PathToXCodeMakesMeSickProject/build/XCodeMakesMeSick.build/XCodeMakesMeSick.pbxindex)
You say it happens when you open the project...is there any notation in the Console?
nothing, it just start to build a new index. no alerts, no errors, no warning, nothing.
On May 21, 2010, at 10:49 PM, Chris Espinosa wrote: On May 21, 2010, at 8:27 PM, Dante Palacios wrote: Xcode automatically deletes the file XCodeMakesMeSick.pbxindex.
It does not matter what I do, when I open the project ... the same thing (the Activity Viewer showing me that the project indexer it's indexing the source code, .xib files, and so on), I do not know what to do. Is there a precedent of this?, can anyone help me?, any advice?, a hope?... something?.
I have no idea what has happened... but this only happens with one project, the project has about 160 files of code, about 40 xib files, and some dependencies, plugins, frameworks, etc.
I'm talking about XCode 3.1.4
How can you tell it's being deleted? Where is it in relation to your project, or in relation to your build folder? You say it happens when you open the project...is there any notation in the Console? Chris
|