Rossi
Rossi

Reputation: 609

Why isn't Xcode finding my MKMap Framework, causing error messages?

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 >.

Error Messages

I believe I have correctly linked the framework so my project, as shown below. Am I missing anything? Why is this not working?

Link With Libraries

Appreciate your help! R

Upvotes: 1

Views: 977

Answers (1)

November
November

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

Related Questions