Reputation: 18671
I am working on a project where I am using mapView, in projects build phases mapkit framework is not present what could be the problem, please check the image below
Upvotes: 1
Views: 1990
Reputation: 1220
Check if you can retrieve frameworks from the original folder :
Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator6.1.sdk/System/Library
Upvotes: 1
Reputation: 7226
Take the mapkit framework from another xcode or download it from the frameworks section in the apple developers website. You simply have to copy it and add it to xcode or you can even add it to your project from the folder which contains all the frameworks. If they still don't come then you will have to reinstall your xcode. Hope it works out just fine.
Or you can directly download from here MapKit.framework
Upvotes: 2
Reputation: 39
In any previous application making you had delete the framework directly that's why it was not showing in xcode. please reinstall the xcode you will get it. or you can download it from apple site.
Upvotes: 0