Re: Proper way to set up constants when building an iOS framework
Re: Proper way to set up constants when building an iOS framework
- Subject: Re: Proper way to set up constants when building an iOS framework
- From: Jens Alfke <email@hidden>
- Date: Mon, 18 Apr 2016 15:13:17 -0700
> On Apr 18, 2016, at 2:03 PM, Alex Zavatone <email@hidden> wrote:
>
>> Is Constants.h in the framework’s Headers directory, next to the main framework header file?
>
> Where in the project? In target framework's Build Phases Headers section?
Is this in a different project that uses your framework? If so, it sounds like Constants.h didn’t get built into the framework’s Headers directory. So yeah, check that the header is marked as Public for the target that builds the framework.
—Jens
_______________________________________________
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