C++ Debug builds broke in Snow Leopard Xcode

后端 未结 3 1464
日久生厌
日久生厌 2020-12-03 08:33

After upgrading to Xcode 3.2 and Snow Leopard, my debug builds are broken and fail at runtime. Stringstreams do not seem to work. They work in Release mode.

I\'ve

3条回答
  •  盖世英雄少女心
    2020-12-03 09:38

    Do not forget to configure each target if you have many (I had this problem) since the projet build config does not overwrite the target build config.

    I really envoy finally finding out to fix this, I was using an XP VirtualMachine and Studio 2005 to avoid this problem!

提交回复
热议问题