Re: HIShape symbols not found on 10.4.10 on PPC
Re: HIShape symbols not found on 10.4.10 on PPC
- Subject: Re: HIShape symbols not found on 10.4.10 on PPC
- From: Stevo Brock <email@hidden>
- Date: Fri, 30 Nov 2007 16:17:48 -0800
Hmm... no ApplicationServices framework. I'm linking against the
following frameworks:
Accelerate
AppKit
AudioToolbox
AudioUnit
Carbon
CoreAudio
CoreFoundation
IOKit
QuickTime
System
-Stevo Brock
Head of Development
Monkey Tools, LLC
www.monkey-tools.com
On Nov 30, 2007, at 3:30 PM, Eric Schlegel wrote:
On Nov 30, 2007, at 2:57 PM, Stevo Brock wrote:
Why can't the ?Launcher? can't find the symbol in the Carbon/
HIToolbox framework on 10.4.10 which is most certainly included in
the app? And what do I need to do to get this working?
You are most likely explicitly linking against
ApplicationServices.framework, and so the load paths in the binary
(when you link on 10.5) point at AppServices.framework for these
symbols, rather than Carbon.framework.
Try linking just against Carbon.framework and remove
ApplicationServices.framework from the frameworks that you link
against.
-eric
_______________________________________________
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