Ok I found the 10.2.8 sdk, it comes with xCode 2 which shipped with 10.4.x, but it is not in xCode 1.x which shipped with 10.3.x.. go figure.
Anyway I have my code building with gcc 3.3 and xCode 3 and it all works as expected on 10.3 and higher, but I now an getting this message
_objc_msgSend expected to be defined in WebKit
when I launch on 10.2.8 - builds with xCode 2 work fine, and clues as to what is causing this problem?
thanks for any help John Pattenden Screentime Media.
On Nov 14, 2007, at 1:05 PM, Chris Espinosa wrote: On Nov 14, 2007, at 9:47 AM, John Pattenden wrote: I am targeting 10.2.8 and higher with my project, I can find sdks for 10.3 and later in the sdk folders of later versions of xCode, but the version of xcode that comes with 10.2 does not seem to use this same fold er structure.
Is there a 10.2.x sdk somewhere that I can use with XCode 3?
Kudos for trying xCode, XCode, and xcode. It's actually Xcode.
We don't support development for 10.2.8 from Xcode 3 out of the box, but you should be able to copy the 10.2.8 SDK from Xcode 2.4.1 or Xcode 2.5 and earlier into the /Developer/SDKs folder of Xcode 3. Note you must use gcc 3.3 with this SDK; gcc 4.0 will not build against the 10.2.8 SDK, and gcc 3.3 is not installed by default with Xcode 3.0.
You may have better results using Xcode 2.5 for 10.2.8 development.
Chris !DSPAM:473b38f5146677651610577!
|