“bad codegen, pointer diff” linker error with Xcode 4

前端 未结 5 1494
臣服心动
臣服心动 2020-12-09 11:04

Recompiling a C++ iPhone app with Xcode 4 I get this nasty linker error:

ld: bad codegen, pointer diff in __static_initialization_and_destruction_0(int, int)         


        
5条回答
  •  余生分开走
    2020-12-09 12:04

    The solution is to set Symbols Hidden By Default to Yes in all the build settings of all targets in the project. Still none the wiser what the actual problem was.

提交回复
热议问题