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 problems with stdc++ lib:
Undefined symbols for architecture armv7
"std::basic_string, std::allocator >::_Rep::_S_empty_rep_storage", referenced from ...
I have find out something strange that when i change the Deplyment target to ios6 in this app all is working fine.
With ios7 i see errors.
I already have flag set in other linker flags: -lstdc++
Any idea what ami doing wrong?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…