everyone.My English is not good....
When I try to run my app in Xcode 7.1 on device , I am getting the following error. Can you pls let me know the issue.
Undefined symbols for architecture arm64:
"std::string::_Rep::_M_destroy(std::allocator<char> const&)", referenced from:
elianContext::~elianContext() in liblibelian.a(elian.o)
"std::string::_Rep::_S_empty_rep_storage", referenced from:
_elianNew in liblibelian.a(elian.o)
elianContext::~elianContext() in liblibelian.a(elian.o)
"std::string::append(char const*, unsigned long)", referenced from:
_elianNew in liblibelian.a(elian.o)
"std::string::assign(char const*, unsigned long)", referenced from:
_elianNew in liblibelian.a(elian.o)
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
This is My Xcode Setting--enter image description here. And,I'm --------lipo -create libA.a libB.a libC.a
libA.a support :i386 x86_64 (libA.a is simulator)
libB.a support :armv7 arm64 armv7s
Please help me,thanks!