I am getting below error when using IOS Binding in Xamarin Project :-
std::__1::__hash_table<std::__1::__hash_value_type<objc_object* __strong, objc_object* __strong>, std::__1::__unordered_map_hasher<objc_object* __strong, std::__1::__hash_value_type<objc_object* __strong, objc_object* __strong>, MJKeyHasher, true>, std::__1::__unordered_map_equal<objc_object* __strong, std::__1::__hash_value_type<objc_object* __strong, objc_object* __strong>, MJKeyEqual, true>, std::__1::allocator<std::__1::__hash_value_type<objc_object* __strong, objc_object* __strong> > >::erase(std::__1::__hash_const_iterator<std::__1::__hash_node<std::__1::__hash_value_type<objc_object* __strong, objc_object* __strong>, void>>) in navigationSDK_03_.a(MJPriorityDictionary.o) Native linking
navigationSDK_03_.a is my .a file generated from XCode project.
Can anyone guide me on this.
Thanks.