Re: cross-development Problems
Re: cross-development Problems
- Subject: Re: cross-development Problems
- From: Jack Repenning <email@hidden>
- Date: Wed, 14 May 2008 18:14:27 -0700
On May 14, 2008, at 5:59 PM, Celery01 Lin wrote:
But When I switch to tiger , MyTest crashs because of
"dyld: lazy symbol binding failed: symbol not found:
HIShapeCreateWithRect
......
Expected in :
/system/library/Frameworks/ApplicationService.framework/Versions/A/
ApplicationServices
"
This is a very weird problem . HIShapeCreateWithRect is inside
Carbon.framework. Why the linker trys to resolve it in
ApplicationServices?
Dose anyone have any suggestion ?
dyld searches several places before giving up, at which point it seems
to complain only about the last spot it looked. Of course, this is
not the spot where the library actually is, since if it had found the
library it wouldn't be complaining in the first place! You should
ignore the curious location in the error message, and just understand
that the desired library was not found. Since you know it's in
Carbon.framework, check again your arrangements for making that
framework available.
-==-
Jack Repenning
email@hidden
Project Owner
SCPlugin
http://scplugin.tigris.org
"Subversion for the rest of OS X"
_______________________________________________
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