On Fri, Jul 8, 2011 at 7:19 PM, G S <stokest...@gmail.com> wrote: >> If you preprocess your source file, the output will show every include and >> where it came from. Not easy to interpret, but it's all there. > > How do you do that?
If you're running Xcode 3, there's a Preprocess command in the menus. If you're running Xcode 4.0, someone at Apple decided you don't need a Preprocess command. So you need to copy-paste the command line from the Build Log and add the -E argument. This may or may not be the case for newer beta versions of Xcode. --Kyle Sluder _______________________________________________ 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