DEPRECATED-mapbox-ios-sdk
DEPRECATED-mapbox-ios-sdk copied to clipboard
background caching error
In class - RMTileCacheDownloadOperation
Method - (id)initWithTile:(RMTile)tile forTileSource:(id <RMTileSource>)source usingCache:(RMTileCache *)cache
NSAsert condition is always false (and it causes a crash), because variable _source is not yet initialized. I thing there (in condition) should be "source", but not "_source".
+1
I ran into the same issue..