> On Apr 20, 2016, at 11:11 AM, Alex Zavatone <z...@mac.com> wrote: > > I wasn't thinking that I'd make yet another header, (the .pch) to then > include the constants header and then it would need to be at the same level > in the framework as the constants file or would need to be able to see the > path to it in the #import.
You don’t actually need to make a separate .pch file. You could configure the target’s Prefix Header path to point directly at Constants.h. The point is just that every type of target can have a prefix header, not just an application. —Jens _______________________________________________ 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: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com