STD linker error with Apple LLVM 4.1

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

    In iOS 7 I use a library for charts and have the same issue. In this case lib stdc++ does not resolve the issue.

    I add the stdc++.6.dylib to my build phase and the symbols are found.

提交回复
热议问题