I\'m working on an app in xcode 4 and everything was going great, then something odd just started happening. Every time I make a new class (any type of class, ViewController
In Build Settings... changing C++ Standard library from libstd++ (GNU C++) to libc++ (LLVM) worked for me!!