Hi all,
I just tried to open my Unity project in XCode 5.0 and set the iOS deployment target to 7.0. But I am getting the following 92 error messages. I want to ask if there is any workaround with this.
(null): “std::string::append(char const*, unsigned long)”, referenced from:
(null): “std::basic_string<char, std::char_traits, std::allocator >::basic_string(char const*, unsigned long, std::allocator const)”, referenced from:
(null): “std::basic_streambuf<char, std::char_traits >::uflow()”, referenced from:
(null): “std::string::assign(std::string const)”, referenced from:
(null): “std::string::insert(unsigned long, char const*, unsigned long)”, referenced from:
(null): “std::_Rb_tree_insert_and_rebalance(bool, std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, std::_Rb_tree_node_base)”, referenced from:
(null): “std::istream::tellg()”, referenced from:
(null): “std::string::push_back(char)”, referenced from:
(null): “std::string::replace(unsigned long, unsigned long, char const*, unsigned long)”, referenced from:
(null): “std::string::reserve(unsigned long)”, referenced from:
(null): “std::basic_streambuf<char, std::char_traits >::pptr() const”, referenced from:
(null): “std::string::_Rep::_S_empty_rep_storage”, referenced from:
(null): “std::string::compare(std::string const) const”, referenced from:
(null): “std::ostream::operator<<(unsigned int)”, referenced from:
(null): “non-virtual thunk to std::ostream::~std::ostream()”, referenced from:
(null): “std::_List_node_base::swap(std::_List_node_base, std::_List_node_base)”, referenced from:
(null): “std::basic_ostream<char, std::char_traits > std::__ostream_insert<char, std::char_traits >(std::basic_ostream<char, std::char_traits >, char const*, int)”, referenced from:
(null): “std::string::substr(unsigned long, unsigned long) const”, referenced from:
(null): “std::_Rb_tree_increment(std::_Rb_tree_node_base const*)”, referenced from:
(null): “std::istream::read(char*, int)”, referenced from:
(null): “std::string::rfind(char, unsigned long) const”, referenced from:
(null): “std::basic_ios<char, std::char_traits >::basic_ios()”, referenced from:
(null): “std::ios_base::Init::~Init()”, referenced from:
(null): “std::ostream::~std::ostream()”, referenced from:
(null): “std::_List_node_base::transfer(std::_List_node_base*, std::_List_node_base*)”, referenced from:
(null): “std::basic_streambuf<char, std::char_traits >::pbase() const”, referenced from:
(null): “std::string::find(char const*, unsigned long, unsigned long) const”, referenced from:
(null): “std::ostream::std::ostream()”, referenced from:
(null): “std::allocator::~std::allocator()”, referenced from:
(null): “std::basic_string<char, std::char_traits, std::allocator >::basic_string(char const*, std::allocator const)”, referenced from:
(null): “std::string::append(std::string const)”, referenced from:
(null): “std::__throw_out_of_range(char const*)”, referenced from:
(null): “std::ios_base::Init::Init()”, referenced from:
(null): “std::basic_string<char, std::char_traits, std::allocator >::basic_string(std::string const)”, referenced from:
(null): “std::basic_ostringstream<char, std::char_traits, std::allocator >::~basic_ostringstream()”, referenced from:
(null): “std::string::append(unsigned long, char)”, referenced from:
(null): “std::string::_M_leak_hard()”, referenced from:
(null): “std::basic_stringbuf<char, std::char_traits, std::allocator >::str() const”, referenced from:
(null): “std::string::erase(unsigned long, unsigned long)”, referenced from:
(null): Linker command failed with exit code 1 (use -v to see invocation)
Thanks,
eso