Skip navigation.
 
mlRe: First steps in xCode
FROM : Christiaan Hofman
DATE : Fri May 02 18:21:24 2008

On 2 May 2008, at 6:15 PM, Andreas Höschler wrote:

> Hi Christiaan,
>

>>
>> In the meanwhile I figured out how to export the headers of a 
>> framework. The http://rentzsch.com/share/embeddingFrameworks.mov 
>> explains this in greate detail, also how to embed a framework into 
>> an application. However, I want to install the Frameworks in /
>> Library/Frameworks so that multiple applications can access them. I 
>> opened "Get Info " on the Target and made sure "Installation 
>> directory" is set to "/Library/Frameworks". Unfortunately this 
>> setting seems to be ignored. The Framework is installed in /Build/
>> Release instead.
>>
>> Any idea?
>>
>> Thanks,
>>
>>  Andreas
>>
>>
>> Copied from the Xcode documentation:
>>
>> Deployment Location (DEPLOYMENT_LOCATION)
>> Specifies whether the build system places the product in the 
>> location specified by the DSTROOT and INSTALL_PATH build settings.

>
> I realized this Deployment Location check in "Get Info". I checked 
> it. I now have
>
> Deployment Location    is checked
> Installation Directory        /Library/Frameworks
>
> I still get nothing in /Library/Frameworks. Instead I get
>
> lrwxrwxrwx  1 ahoesch  wheel    55 May  2 18:10 SRMapKit.framework -
> > /tmp/SRMapKit.dst/Library/Frameworks/SRMapKit.framework
>
> in /Build/Release. I am clueless!?
>
> Thanks,
>
>  Andreas


So that's probably a link to the installation build product? I guess 
that should tell you what to do.

Christiaan

Related mailsAuthorDate
mlFirst steps in xCode Andreas Höschler Apr 30, 18:47
mlRe: First steps in xCode j o a r Apr 30, 19:07
mlRe: First steps in xCode Andreas Höschler May 2, 16:54
mlRe: First steps in xCode Christiaan Hofman May 2, 17:24
mlRe: First steps in xCode Andreas Höschler May 2, 18:15
mlRe: First steps in xCode Christiaan Hofman May 2, 18:21
mlRe: First steps in xCode Andreas Höschler May 2, 18:41
mlRe: First steps in xCode Christiaan Hofman May 2, 18:49
mlRe: First steps in xCode Andreas Höschler May 2, 19:00