STD linker error with Apple LLVM 4.1

后端 未结 6 476
無奈伤痛
無奈伤痛 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:46

    I just had a similar problem, and I had to go to "Build Settings" and then "Apple LLVM 5.1 - Language - C++" and then change the "C++ Standard Library" to libstdc++.

提交回复
热议问题