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: Eric Schlegel <email@hidden>
- Date: Fri, 30 Nov 2007 15:30:02 -0800
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