Hi,
Just having an experiment with Quartz Composer for the first time. I have my .qtz file running quite nicely. I now need to include it in an Xcode app. However, I can't seem to get over the first hurdle. Here's what I do:
• Open a new Xcode project
• Add the Quartz framework
• Add "#import <Quartz/Quartz.h>" to my AppDelegate.h file
• Drag a Quartz Composer View onto my app's main view
All *looks* okay, but when I try to run the app, even at this stage, I get an error saying "The document MainMenu.xib could not be opened. The operation could not be completed. (com.apple.InterfaceBuilder error -1)"
If I delete the Quartz Composer View then it compiles, but of course that's no use to me!
Any suggestions? I expect I'm missing something dumb here...
Thanks in advance!
Just having an experiment with Quartz Composer for the first time. I have my .qtz file running quite nicely. I now need to include it in an Xcode app. However, I can't seem to get over the first hurdle. Here's what I do:
• Open a new Xcode project
• Add the Quartz framework
• Add "#import <Quartz/Quartz.h>" to my AppDelegate.h file
• Drag a Quartz Composer View onto my app's main view
All *looks* okay, but when I try to run the app, even at this stage, I get an error saying "The document MainMenu.xib could not be opened. The operation could not be completed. (com.apple.InterfaceBuilder error -1)"
If I delete the Quartz Composer View then it compiles, but of course that's no use to me!
Any suggestions? I expect I'm missing something dumb here...
Thanks in advance!