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?
.mm
" and if not, what happens when you change one of them to have that file extension? – Ariadne