Adding a map to my project crashes

When adding a map anywhere in our project whether it be through a xib, storyboard or programmatically will crash the app. This crash occurs on a physical device.

Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[VKMapView layer]: unrecognized selector sent to instance 0x109695d60'

I'm using xcode 14.1

OS Ventura 13.0.1

MacBook Pro 16in 2019

  • Seeing the same error in our production app.

Add a Comment