Post

Replies

Boosts

Views

Activity

Reply to How to debugging EXC_BAD_ACCESS KERN_INVALID_ADDRESS
I forgot to say that this happens when a marker is tapped and this should load a customInfoWindow but the app crashes in some devices: let customWindow = Bundle.main.loadNibNamed("InfoWindow", owner: self, options: nil)![0] as! CustomInfoWindow' So far the crash happens on iOS 15.8 (iPhone 7 plus) and 17.1.2 (iPhone 15 Max Pro) but it works in iPhone 11, 12 y 14
Dec ’23