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 (Cocoa-dev@lists.apple.com) 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com