I created an app for MKMapView in an iOS app to display maps on my iPhone. during work i got this
Error:
*** Terminating app due to uncaught exception 'NSUnknownKeyException', reason: '[<ViewController 0x9847150> setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key mapview.'
***
Can someone help me solve this problem? thanks in advance.
source
share