Re: Link (dyld) error, image not found
Re: Link (dyld) error, image not found
- Subject: Re: Link (dyld) error, image not found
- From: Michael Nickerson <email@hidden>
- Date: Wed, 27 Sep 2006 08:12:07 -0400
On Sep 26, 2006, at 9:36 AM, Jesse Grosjean wrote:
Link (dyld) error:
image not found /System/Library/Frameworks/Security.framework/Security
I ran into this with one of my apps. It was a different framework
that was failing to load, but I had the same error in the crash
report. In my case, it was because I was opening a lot of files
early on and had hit against the max number of open file descriptors
allowed for an app (loaded frameworks, bundles, and plugins count as
open file descriptors), so it couldn't then load in the framework.
It took me a month to figure it out, so I thought I'd chime in just
in case you're opening a lot of files - if you are, check to see if
you are hitting against the limit.
Darkshadow
(aka Michael Nickerson)
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden