objective c - steps to fix a project that won't compile -
Trying to get a simple window-based project to compile, pulling out my hair out
I'm running both the Xcode 3.2.2 and 3.2.3 versions. The latter is installed in a separate folder.
Basically I used it later to create and compile my project against new 4.0 sdk. It compiled right then I made a mistake to remove some SDX, I thought that now I do not want to.
Since I can not compile now
Now I get errors for a dozen or the following: "_OBJC_CLASS _ $ _ CATransition", referenced from: objc-class-ref-to-CATransition in ViewTransitionsAppDelegate.o
My active Executionable Iphone Simulator 4 and Base SDK iPhone Device 3.0.
I tried to install the Xcode 3.2.3 installer again, there was no difference.
I am totally disruptive, because my project is working with both the simulator and the external device and compiling it properly.
Comments
Post a Comment