Re: 10.2.8 SDK Cross-development
Re: 10.2.8 SDK Cross-development
- Subject: Re: 10.2.8 SDK Cross-development
- From: j o a r <email@hidden>
- Date: Tue, 21 Jun 2005 19:27:53 +0200
On 21 jun 2005, at 19.07, Matt DeFoor wrote:
I'm using XCode 1.2 on 10.3.9 and I'm trying to build using the 10.2.8
SDK. I have specified MacOSX10.2.8 as the SDK.
Usually you would also want to set the Deployment Target build
setting -> Mac OS X 10.2.
If I have added Frameworks such as Carbon, CoreFoundation, IOKit, etc,
to my project, when I do a build, will XCode tell the linker to link
against the Frameworks in the
/Developer/SDKs/MacOSX10.2.8.sdk/System/Library/Frameworks?
That's right. If you inspect the added frameworks they will have an
absolute path pointing to /System/Library/Frameworks, but when you
compile, the SDK will kick in and use the path specified in the SDK.
I've added /Developer/SDKs/MacOSX10.2.8.sdk/usr/lib to the library
search paths. I've also added
/Developer/SDKs/MacOSX10.2.8.sdk/System/Library/Frameworks to the
frameworks search paths. Is this even necesarry?
Not as far as I know.
With this current configuration I get undefined symbol errors
similar to
the following:
_CFDateFormatterCreate referenced from HIToolbox expected to be
defined
in CoreFoundation
CFDateFormatter is new for Mac OS X 10.3, right? I don't know what
the problem is, but if I were you I would try to create a new project
and fiddle with it until you get it working right - then remember
what you did and apply that to your real project.
j o a r
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
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