Getting the following linker error, in XCode and my project won’t build.
Problem is, the class doesnt exist anymore. I had a class named SomeOtherViewController but then deleted it. When I try and build its somehow still looking for it.
Undefined symbols for architecture i386:
"_OBJC_CLASS_$_SomeOtherViewController", referenced from:
How can I solve this?
Cheers,
To clean do one of following: