Reputation: 609
I am creating an interface with an MKMapView. However, I have been getting these error messages and I think I have linked the framework correctly. At the beginning of the class ContactViewController header file, I #import < MapKit/MapKit.h >.
I believe I have correctly linked the framework so my project, as shown below. Am I missing anything? Why is this not working?
Appreciate your help! R
Upvotes: 1
Views: 977
Reputation: 224
I had this exact same issue, your right to link it as you have done, however you must also include the framework in your file.
#import using angle brackets < > and quote marks " "
Hope this helps,
Bianca
Upvotes: 1