[SOLVED] Re: is GC not available on 10.5.8?
[SOLVED] Re: is GC not available on 10.5.8?
- Subject: [SOLVED] Re: is GC not available on 10.5.8?
- From: Navneet Kumar <email@hidden>
- Date: Fri, 23 Oct 2009 21:58:38 +0530
Hi,
Thanks for the valuable replies, they may come in handy in future.
Although the base sdk was chosen to be 10.5 at various places, the
menu Project->Active SDK was still 10.6, did it to 10.5 and it is
working now.
Thanks,
Nick
On 23-Oct-2009, at 9:26 PM, Jeremy Pereira wrote:
The load command is a 10.6 only mach-o load command
(LC_DYLD_INFO_ONLY). Something in your application is compiled and
linked for 10.6.
On 23 Oct 2009, at 16:40, Nick Rogers wrote:
Hi,
Thanks for the reply.
The app actually works as a launcher of another app with root
privileges (its only job is this).
Hence its a standard cocoa project with the following frameworks:
CoreFoundation, Cocoa, AppKit, CoreData, Foundation and Security
frameworks.
Thanks,
Nick
On 23-Oct-2009, at 8:48 PM, Bill Bumgarner wrote:
On Oct 23, 2009, at 5:04 AM, Nick Rogers wrote:
I compiled using Xcode3.2 on 10.6.1, 10.5 base sdk and for Intel
64-bit only with GC only option.
The program compiles fine, but the following error is there when
launching it on 10.5.8 system: (window doesn't appear)
EXC_BREAKPOINT (SIGABRT)// is actually (SIGTRAP) ******************
Dyld error message:
unknown required load command: 0x80000022
GC is fully supported on 10.5.8.
Something else is broken. Are you linking against any non-Apple
libraries? Have they been built correctly?
Also, what is the list of libraries / frameworks you are linking
against?
b.bum
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden