Strange errors in NSMovie
Strange errors in NSMovie
- Subject: Strange errors in NSMovie
- From: Rui Pires <email@hidden>
- Date: Wed, 24 Jan 2007 10:58:04 +0000
Hello everybody.
Im developing a multimedia app.
In there there is a very simple code line:
NSMovie *movie = [[NSMovie alloc] initWithURL:movieURL byReference:YES];
The problem is, that when the app reaches this line, it throws up an
error:
dyld: NSAddImage() Error
dyld: image not
found /System/Library/Frameworks/Security.framework/Security
The thing is, that it use to work flawlessly in my development machine,
and I only discovered it when run in an test machine. I was the able to
reproduce this error, by making Build->Clean followed by Build->Build
and Run.
Also sometimes it trows up an error
CFLog: (0): *** Could not create wakeup socket pair for CFSocket!!!
But is seems to go away with a Build->Clean followed by Build->Build and
Run, after a code change in the class that uses NSMovie, only to surface
again later.
All this seems to point to a Compiling/Linking error, but it cant seem
to find the error!!
I compiling for Development, Universal Binary, and the Security
framework is added to to the project (even if I think i dont really
needed it). However changing from Development to Deployment, or from
Universal to Current Mac OS seems to have no effect.
Aditionaly QTKit (which could replace NSMovie) classes also throw up the
dyld error.
Any help would be most apreciated!
Rui Pires
P.S. Thanks in advance.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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