• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag
 

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: build for 10.3.9 with Xcode 3.0
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: build for 10.3.9 with Xcode 3.0


  • Subject: Re: build for 10.3.9 with Xcode 3.0
  • From: Justin Bur <email@hidden>
  • Date: Tue, 13 Nov 2007 14:50:24 -0500

It really does seem to be broken.

With a project set up as follows:

MACOSX_DEPLOYMENT_TARGET = 10.4;
MACOSX_DEPLOYMENT_TARGET_ppc = 10.3;
SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;


and building Universal, the build logs show...

/Developer/usr/bin/distcc /Developer/usr/bin/gcc-4.0 -arch ppc - mmacosx-version-min=10.3 -isysroot /Developer/SDKs/MacOSX10.4u.sdk [...]

/Developer/usr/bin/g++-4.0 [...] -framework Carbon -framework Cocoa - framework WebKit -arch ppc -mmacosx-version-min=10.3 -Wl,-dead_strip -Wl,-x -isysroot /Developer/SDKs/MacOSX10.4u.sdk


/Developer/usr/bin/distcc /Developer/usr/bin/gcc-4.0 -arch i386 - mmacosx-version-min=10.4 -isysroot /Developer/SDKs/MacOSX10.4u.sdk [...]

/Developer/usr/bin/g++-4.0 [...] -framework Carbon -framework Cocoa - framework WebKit -arch i386 -mmacosx-version-min=10.4 -Wl,- dead_strip -Wl,-x -isysroot /Developer/SDKs/MacOSX10.4u.sdk


finally at execution time on Mac OS X 10.3.9, the following crash log results:

Link (dyld) error:

dyld: MyApp Undefined symbols:
MyApp undefined reference to .objc_class_name_NSAffineTransform expected to be defined in Foundation


So is this a bug or User Error? Looks pretty dire to me.

Same project, same build machine running Leopard but with Xcode 2.5, all is well.

--
Justin Bur
Druide informatique inc.
Montreal
_______________________________________________
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


  • Follow-Ups:
    • Re: build for 10.3.9 with Xcode 3.0
      • From: Michael Watson <email@hidden>
    • Re: build for 10.3.9 with Xcode 3.0
      • From: "Shawn Erickson" <email@hidden>
  • Prev by Date: Change Application Name
  • Next by Date: Re: build for 10.3.9 with Xcode 3.0
  • Previous by thread: Re: build for 10.3.9 with Xcode 3.0
  • Next by thread: Re: build for 10.3.9 with Xcode 3.0
  • Index(es):
    • Date
    • Thread