Skip navigation.
 
mlRe: First steps in xCode
FROM : Andreas Höschler
DATE : Fri May 02 19:00:57 2008

Hello all,

>>> 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


Thanks a lot for all hints. I have it working now!

For all late ProjectBuilder -> XCode migrators with the same problem,
three non-default settings are required to get frameworks installed in
/Library/Frameworks:

Deployment Location                checked
Installation Directory                    /Library/Frameworks
Installation Build Products Location        /

Thanks a lot,

  Andreas

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