SparklingAir

Results 2 comments of SparklingAir

@arriolac Hello! I have: pod 'GoogleMaps', '6.2.1' pod 'GooglePlaces', '6.2.1' pod 'Google-Maps-iOS-Utils', '~> 4.1.0' and problem is still here. The workaround above didn't help. My markers have iconView as a...

Hello, I'm getting these crashes pretty often ``` private let queue = DispatchQueue(label: "StoragePerformerQueue", qos: .userInteractive) func add(_ objects: [Object]) { guard let db = self.db else { Logger.log(.debug, logItem:...