VectorKit crash reports with MKMapSnapshotter on iOS

前端 未结 2 1657
被撕碎了的回忆
被撕碎了的回忆 2021-02-04 23:22

I\'m getting different kind of crash reports related to VectorKit and MKMapSnapShotter. Crashes occur pretty random, but it seems like they happen most

2条回答
  •  囚心锁ツ
    2021-02-05 00:19

    I had the same issue with frequent but random crashes ususally looking like:

    VectorKit 0x10663fe9 -[VKTileProvider tileSource:didFetchTile:forKey:] + 105
    

    I fixed it by removing this line:

    this.mapSnapshotter.Cancel();
    

    So I think Apple has a bug with the MKMapSnapshotter Cancel method.

    Hope that's helpful

提交回复
热议问题