Date: Tue, 23 Aug 2005 11:40:32 +0100
From: Steve Baxter <email@hidden>
Subject: Re: Static data member behaviour in release builds
To: xcode-Users List <email@hidden>
Message-ID: <email@hidden">email@hidden>
Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed
Hmm, looks like I spoke too soon. Switching the path for my shared
framework to "relative to build product" does fix the problem for
release builds, however this option does not appear to work properly.
In my release build, the path is "/Volumes/Stuff/Users/stevebaxter/
Code/Arcadia XCode/Mac/Build Products/Release/Arcadia.framework"
If I switch to a debug build, the path is still "/Volumes/Stuff/Users/
stevebaxter/Code/Arcadia XCode/Mac/Build Products/Release/
Arcadia.framework"
This does not appear to be a UI bug - the linker is linking the wrong
copy of my framework. If I switch the configuration, quit XCode and
restart
Is this a known bug? This is XCode 2.2 DP1.
Cheers,
Steve.