Re: NSMovieView in IB 3.2.2
Re: NSMovieView in IB 3.2.2
- Subject: Re: NSMovieView in IB 3.2.2
- From: Christiaan Hofman <email@hidden>
- Date: Sat, 15 May 2010 19:05:56 +0200
On May 15, 2010, at 18:42, Matthew Weinstein wrote: Dear programmers, I upgraded recently to 3.2.2 and now I can't open files that have NSMovieViews in them. IB complains The document "MyPanedDocument.nib" could not be opened. An instance of NSMovieView could not be decoded. Ensure all plug-ins used to create this document have been loaded. Any ideas on how to proceed to recover my nib... --Matthew Weinstein Matthew Weinstein Associate Professor of Science Education Education Program U.W. - Tacoma 253 692-4787 email@hiddenCampus Box: 358435 1900 Commerce Street Tacoma, WA 98402-3100 Office: (253) 692-4787 FAX: (253) 692-5612
NSMovieView has been superseded by QTMovieView already since 10.4 and has been deprecated since 10.5. That's already very long, and you should therefore have already long replaced your NSMovieView instances. You actually should've expected it to not even be usable on 10.6. I strongly suggest that you replace them, you already have waited too long. You could install an older Xcode version that still supports it (you can install multiple Xcode versions side by side) and use the older IB to replace the NSMovieViews by QTMovieViews.
Christiaan
|
_______________________________________________
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