Re: strip error using framework in 10.5 build that was (I think) compiled on 10.6
Re: strip error using framework in 10.5 build that was (I think) compiled on 10.6
- Subject: Re: strip error using framework in 10.5 build that was (I think) compiled on 10.6
- From: Kevin Brock <email@hidden>
- Date: Wed, 14 Oct 2009 09:59:05 -0700
Brandon Walkin wrote:
On 2009-10-13, at 4:11 PM, Kevin Brock wrote:
It's LC_UUID. Now load command *6* is 0x00000022, which shows up as
'unknown' on 10.5 and as LC_DYLD_INFO on 10.6.
The package that's built on 10.6 will install and run on 10.5. I
just can't build the package on 10.5. It would *appear* that Xcode
3.2. is adding a load command to its frameworks that makes them
unusable with 3.1.* projects...
Anyone know of a workaround for this?
I saw a similar problem where Xcode 3.1.2 was adding LC_UUID to
certain type of projects, which made the binaries unusable on 10.4
(even though the target OS was 10.4). Yes, I filed a radar about
that one. Still open.
Kevin
I'm having the exact same issue with BWToolkit (strip error when
building on 10.5). The error references load command 5 which is
LC_UUID. If anyone would like to poke around in the Xcode project file
to see if they can find out what's wrong, the source is hosted here:
http://bitbucket.org/bwalkin/bwtoolkit/
I'm wondering if the Xcode error message might have an off-by-one
error... Load command 6 is definitely unknown, while 5 seems perfectly
normal.
Kevin
_______________________________________________
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