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 PROTECTED]
Project Owner
SCPlugin
http://scplugin.tigris.org
"Subversion for the rest of OS X"


_______________________________________________

Cocoa-dev mailing list ([email protected])

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to