SOLVED:Objective-C: search project for text skips include'ed header file
SOLVED:Objective-C: search project for text skips include'ed header file
- Subject: SOLVED:Objective-C: search project for text skips include'ed header file
- From: Paul Archibald <email@hidden>
- Date: Mon, 9 Jun 2008 18:00:25 -0700
Comrades:
Fritz nailed it. It was that the mystery header, although in the right directory, and found by the compiler, was not part of the Xcode project, so the search tool did not look in there. I added the file to the project, and search works fine now.
Pretty simple. Now I know why I always like to add my headers to my projects. I thought I was just being anal about it, but it seems there is at least one good reason to.
It kind of seems that Xcode should have handled this differently. After all, I tried cntl-clicking on the symbols, and Xcode still could not find the definition. It seems that if the #define is needed to build the code, and the code builds, that the search tool would know where that definition is, too. Or am I being simplistic?
Thanks, Paul
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden