On May 21, 2010, at 8:27 PM, Dante Palacios wrote:
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?.
You’ll need to supply a bit more information about how your project is set up before the members of the list can really help you well.
Is your project on a local disk, on a remote disk (and if remote, which protocol — AFP, SMB, NFS or WebDAV?), or in a folder that is shared either via File Sharing or some other service like DropBox? Or is it on something like a USB stick or SD card that uses a FAT filesystem?
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.
Are you including headers that are generated from your project in the project’s prefix file?
E.g. have you modified MyProject_Prefix.pch to have something like
#ifdef __OBJC__ #import <Cocoa/Cocoa.h> #import <MyFramework/MyFramework.h> #endif
instead of just the import of <Cocoa/Cocoa.h>?
— Chris
|