Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Getting an "undeclared type 'MKMapView'" error

Tags:

ios

Added a map to the storyboard, added Mapping capabilities to project and getting this error

Nothing in Google or StackOverflow

like image 505
Ian.mc Avatar asked Dec 28 '14 06:12

Ian.mc


1 Answers

Pathetically silly: forgot to import MapKit

import MapKit

Adding the answer so it's available in Google

like image 131
Ian.mc Avatar answered Oct 25 '22 22:10

Ian.mc