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
I had a similar problem, but @MarekM's answer only solve part of my problem, so I tried to add libstdc++.dylib and libstdc++.6.dylib, and that makes all the compiling error gone.