STD linker error with Apple LLVM 4.1

后端 未结 6 470
無奈伤痛
無奈伤痛 2020-12-04 19:49

I\'ve got a large static library in C++ with bits of Objective-C originally built for iOS (armv7).

I built a OS X (64-bit Intel x86_64) version of it, but as soon as

6条回答
  •  一个人的身影
    2020-12-04 20:35

    you may also try adding an empty .cpp file to your project. This will trick xcode into loading C++ std libraries

提交回复
热议问题