Using the #import directive
Using the #import directive
- Subject: Using the #import directive
- From: Steve Cronin <email@hidden>
- Date: Thu, 01 Apr 2010 17:51:17 -0500
Folks;
I'm puzzled by a configuration
Here are my assumptions:
#import <bar/foo.h> //generally a framework reference - is relative to /System/Library
#import "foo.h" //source file found in $(SRCROOT)
#import "bar/foo.h" // source file found in a directory relative to $(SRCROOT)
I have an import statement like the last example but I can't find any "bar" directory
I'm unable to determine the particular instance of "foo.h" that is being used hereā¦
There are no compiler warnings nor errors.
There are no HeaderSearchPaths defined.
UserSearchPaths is turned Off and none are specified.
What am I not understanding correctly to help me find the darn "bar/foo.h" file?
What setting is allowing the compiler to not burp on the import?
Thanks,
Steve_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden