XCode 3.2 - can't create Objective-C class
Posted
by Urizen
on Stack Overflow
See other posts from Stack Overflow
or by Urizen
Published on 2009-10-30T09:45:49Z
Indexed on
2010/06/11
17:52 UTC
Read the original article
Hit count: 432
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.
© Stack Overflow or respective owner