Re: Archiving Frameworks?
Re: Archiving Frameworks?
- Subject: Re: Archiving Frameworks?
- From: Kyle Sluder <email@hidden>
- Date: Fri, 08 Aug 2014 12:25:44 -0500
On Fri, Aug 8, 2014, at 10:47 AM, Seth Willits wrote:
> On Aug 7, 2014, at 6:21 PM, Jens Alfke <email@hidden> wrote:
>
> > On Aug 7, 2014, at 5:55 PM, Seth Willits <email@hidden> wrote:
> >>
> >> I've never thought about it before: Are you supposed to be able to archive a framework? It successfully builds, but all it does is spit out an empty .xcarchive folder.
> >
> > Yes, you can; I do it all the time. Not sure what's wrong with your build.
>
> Turns out it's because the Installation Directory is @rpath. But… that's
> what I need it to be…
The installation directory shouldn't be @rpath… the
DYLIB_INSTALL_NAME_BASE should be @rpath, but INSTALL_PATH should be
something like "$(LOCAL_LIBRARY_DIR)/Frameworks" (which is its default
value).
--Kyle Sluder
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden