Re: Archiving Frameworks?
Re: Archiving Frameworks?
- Subject: Re: Archiving Frameworks?
- From: Seth Willits <email@hidden>
- Date: Mon, 11 Aug 2014 10:45:24 -0700
On Aug 8, 2014, at 10:25 AM, Kyle Sluder <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).
Hmm. Interestingly, the INSTALL_PATH does affect the build itself, not just where it's copied to...
Aha. DYLIB_INSTALL_NAME_BASE's default value is $(INSTALL_PATH). That's why it was working and why I've always done it that way.
--
Seth Willits
_______________________________________________
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