从应用程序视图中删除地图时出现奇怪的错误

Gre*_*reg 10 error-handling xcode ios swift

错误:每次在我的应用程序上查看地图时都会收到此错误:

2019-12-27 08:24:48.777792-0500 [6608:1641158] [VKDefault] TextureAtlasPage:Atlas 页面被未完成的引用破坏。:带有表达式的断言 - _textureRefs == 0:文件失败 - /BuildRoot/Library/Caches/ com.apple.xbs/Sources/VectorKit/VectorKit-1606.32.10.8.3/src/TextureAtlas.cpp 行 - 604

有谁知道这是什么意思?我已经用 Google 搜索过,但找不到答案?

平台:Xcode 11.3

小智 0

我\xe2\x80\x99已经做出了这样的决定。

\n\n
deinit {\n\n            mapView.annotations.forEach{mapView.removeAnnotation($0)}\n\n            mapView.delegate = nil\n\n            print("deinit: MapViewController")\n      }\n
Run Code Online (Sandbox Code Playgroud)\n