objective c - EXC_BAD_ACCESS in c++.string file after starting navigation with Skobbler -
after updated project , introduced pods, i'm having strange bug happens when want start navigation on route, after calculating it. this error , have no idea how did come that, didnt made significant changes in code, other having skmaps in project via cocoapods , not dragging manually // char_traits<char> template <> struct _libcpp_type_vis_only char_traits<char> { typedef char char_type; typedef int int_type; typedef streamoff off_type; typedef streampos pos_type; typedef mbstate_t state_type; _libcpp_inline_visibility static void assign(char_type& __c1, const char_type& __c2) _noexcept {__c1 = __c2;} _libcpp_inline_visibility static _libcpp_constexpr bool eq(char_type __c1, char_type __c2) _noexcept {return __c1 == __c2;} _libcpp_inline_visibility static _libcpp_constexpr bool lt(char_type __c1, char_type __c2) _noexcept {return (unsigned char)__c1 < (unsigned char)__c2;} _libcpp_inline_visibility static int compar...