On Sat, Oct 31, 2009 at 11:21 AM, Gabriel Zachmann <[email protected]> wrote: >> The system's screen saver app registered .saver as a document type, so >> that behavior happens automagically. You don't need to do anything >> besides create a normal .saver plugin from the standard template. > > I think, I'm doing that, but when I double click the .saver file, System > Preferences starts and I get the error message "Could not install ...". > > My XCode project with which I am compiling my screensaver is pretty old. > I am running XCode 3.2, though.
How old is "old"? Have you updated the project to create a universal binary? Snow Leopard is Intel-only, so its screen saver app isn't going to be able to load a PPC-only .saver plugin. sherm-- -- Cocoa programming in Perl: http://camelbones.sourceforge.net _______________________________________________ Cocoa-dev mailing list ([email protected]) 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]
