.h file not found

前端 未结 13 2371
清酒与你
清酒与你 2020-12-07 23:56

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

13条回答
  •  天涯浪人
    2020-12-08 00:53

    In Build Settings... changing C++ Standard library from libstd++ (GNU C++) to libc++ (LLVM) worked for me!!

提交回复
热议问题