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

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

> Hi Christiaan,
>

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

>
> Please exclude my ignorance, but this tells me nothing.


If you look in the build settings you see that /tmp/SRMapKit.dst is 
the value of the "installation build product"=DSTROOT. If you read the 
xcode docs you can see that the installation directory is relative to 
DSTROOT. I'm trying to give hints so you can solve problems yourself.

> When I told ProjectBuilder.app to install software in /Library/
> Frameworks, it installed it there. XCode has numerous places where 
> one can set an Installation Directory (in Get Info of the Target, in 
> Get Info of the project itself,...) which is confusing and even if I 
> set all these values to /Library/Frameworks it still installs stuff 
> somewhere else!? This is really far from intuitive and user/newbie 
> friendly.
>


Only one setting for each key is used. The different places where you 
can set it are explained in the docs. I advice you to read those 
before asking a question here.

> Hints are still very much appreciated since it's still not working 
> for me!
>


First follow the hints the actual results give you and read the docs. 
Then you can ask questions to others.

Christiaan

> 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