Fatal Error: Duplicate keys of type 'Geocoded Placemark' were found in a dictionary. (Mapbox Geocoder)

旧街凉风 提交于 2021-01-28 01:50:48

问题


I quote: "This usually means either that the type violates Hashable's requirements, or that members of such a dictionary were mutated after insertion."

I'm using the Mapbox Geocoder , and when this runtime error occured, my XCode brought me to Thread 1, 0_swift_runtime_on_report and the error occured on the commented line below:

libswiftCore.dylib`_swift_runtime_on_report:
    0x10fdd2180 <+0>: pushq %rbp //this line right here

I've never seen this error before and I don't even begin to know how to approach it. I'm sorry I'm not putting any of my project code into it, but I don't even know how to interpret this error to figure out which code I should be fixing. How do I even know what dictionary it's referring to? If I can add anything to this, please let me know.

来源:https://stackoverflow.com/questions/62032654/fatal-error-duplicate-keys-of-type-geocoded-placemark-were-found-in-a-diction

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!