I'm trying to create a very, very simple QuickTime viewer in Cocoa.

I create a new Application, add QTKit and Quicktime frameworks, and drag a QuickTime Movie View into the main window. All is well if I run now (although the movie view is blank).

Going back into Interface Builder, I select the Movie View and in the Inspector Attributes, I set the "Movie" field to point to a movie file: "file:///Sample/sample.mov". All is well in Interface Builder (the movie shows and plays), but as soon as I save and try to run in XCode, I get this message:

/* com.apple.ibtool.errors */
Internal Error:
Description: The document "MainMenu.xib" could not be opened. Operation could not be completed. (com.apple.InterfaceBuilder error -1.)
        Recovery Suggestion: Check the console log for additional information.

The console log adds:

11/10/08 2:58:49 PM ibtool[1554] Exception raised while decoding document objects - CGSDisableUpdate returned error 1002d

This doesn't appear to depend on which movie I choose, and is completely reproducable. Am I missing a step?
_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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