In Xcode 3.1.4 to create the class files : When you're done building the GUI elements in Interface Builder, select the new object that you created in MainMenu.xib. Go to File > Write Class files. It may ask you to select the project you want to associate it with. Click on your project name - My First App
If your Xcode project was open during this time, you would see the class files under Products instead of classes folder. You can drag it to classes folder if you like.
HTH.
Submitted by Ruchi (not verified) on Fri, 04/23/2010 - 14:46.
In Xcode 3.1.4 to create the class files : When you're done building the GUI elements in Interface Builder, select the new object that you created in MainMenu.xib. Go to File > Write Class files. It may ask you to select the project you want to associate it with. Click on your project name - My First App
Submitted by Ruchi (not verified) on Fri, 04/23/2010 - 14:46.If your Xcode project was open during this time, you would see the class files under Products instead of classes folder. You can drag it to classes folder if you like.
HTH.