IOS7 (only) stdlibc++ linking issue

后端 未结 4 1851
盖世英雄少女心
盖世英雄少女心 2020-11-28 07:40

I need help. I had a framwork which was using stdc++ like std:string. Now when i have created new app for IOS7 only there is problem with linking this framework because of p

4条回答
  •  离开以前
    2020-11-28 07:58

    Thanks for your help. I have found solution. I was using -lstdc++ flag in other linker flags but it is not enough now. I had to add "libstdc++.6.0.9.dylib in BuildPhases->Link Binary With Libraries. There was somewhere in the net info that xcode has problems with ios7 stdc++ lib selection and it should be selected manually.

    Regards, Marek

提交回复
热议问题