Xcode, can't find my class which I had created Xcode, can't find my class which I had created xcode xcode

Xcode, can't find my class which I had created


I've had the same problem. Quitting and opening Xcode will make the Class show up in the list.

edit: I've also recently found pasting the Class name will work in 5.02 Xcode.


I had the same problem. But I discovered that I was clicking inside the "window of storyboard" and was selecting a view, so with no viewController related to. My solution was: to click inside the owner, or the viewController from the left list, and then change the custom class.


There Are multiple ways....

1

Select project icon > TARGETS > Build Phases > Compile Sources Click the + button and add your *.m file

2

ANOTHER IS

2.1.save all my work;2.2.just quit Xcode & load it again;2.3.then I was able to insert the new outlet connection successfully.

3

    Close the project you are working on with.    Delete the【DerivedData】folder of you project.     (This folder may inside your project's folder,    or inside ~/Library/Developer/XCode/DerivedData/(your project)/ )     or somewhere else that were setup by you.restart you project.

4

Simply Clean your Project then Build Again check or run.