DEPRECATED-mapbox-ios-sdk icon indicating copy to clipboard operation
DEPRECATED-mapbox-ios-sdk copied to clipboard

background caching error

Open novixon opened this issue 11 years ago • 1 comments

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".

novixon avatar Feb 05 '15 12:02 novixon

+1

I ran into the same issue..

jonaswisplinghoff avatar Jun 25 '15 13:06 jonaswisplinghoff