My installation of XCode 3.2 has begun to exhibit some strange behaviour.
When I try to add a basic Objective-C classs (inheriting from NSObject), in my iPhone project, I get the following popup: "Alert. Couldn't load the next page".
The above-mentioned error happens at the point of trying to create the file (i.e. the creation process doesn't get to the stage where you are asked to input the file name). It might also be worth mentioning that where there previously used to be a description for the file (in the file creation window) it now states "No description available".
I can create other files (e.g. UIViewController subclass etc.) but not the basic Objective-C class.
I have updated the documentation and restarted the machine and xcode several times without success.
I would be extremely grateful for any assistance as I am relatively new to the XCode environment.