Re: deleting a copy of a dylib fails after dlcose
Re: deleting a copy of a dylib fails after dlcose
- Subject: Re: deleting a copy of a dylib fails after dlcose
- From: Laurence Harris <email@hidden>
- Date: Wed, 6 Dec 2006 12:03:24 -0500
On Dec 6, 2006, at 10:54 AM, Sean McBride wrote:
On 2006-12-05 22:46, Alfred Van Hoek said:
We usually copy our custom dylib to a temporary folder, call dlopen,
dlsym and at last dlclose. No errors. Then we want to delete the
dylib but an error 104 is produced, file in use. Why is this
happening, and what is the remedy?
It could be that Spotlight is indexing the file. You might try
searching Apple's list archives for "spotlight delete" here: <http://
lists.apple.com/archives/>. IIRC, possible solutions are to wait and
try deleting again, or unlinking the file.
Since the user never sees this file, you could probably use a name
that would cause Spotlight to ignore it if that's the problem.
Larry
_______________________________________________
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