Promblems with dyld and QuickTIme framework
Promblems with dyld and QuickTIme framework
- Subject: Promblems with dyld and QuickTIme framework
- From: Rui Pires <email@hidden>
- Date: Tue, 06 Feb 2007 19:07:34 +0000
Hello
Sorry to be cross posting, but a user at cocoa-dev mailing list,
suggested that this would be the better list to place this question.
Here follows a copy of the previous email.
>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.
UPDATE:
I have been able to get rid of the Security framework error, only to
resurface complaining instead of the QuickTime framework.
Im getting desperate here.
Rui Pires
_______________________________________________
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