Reputation: 4797
I want to add Oomph's MacMapKit as a framework to my Xcode (v4.3.2) project. I've already added a couple of standard Apple frameworks to my project (which was a breeze) but this is new to me and offers a rather intimidating array of settings and options.
Before I start clicking around in my project/build settings, I would like to ask:
Upvotes: 2
Views: 231
Reputation: 56
This MacMapKit has several targets. One of the targets is the MapKit Framework. You need to build this target first in order to use it like a common framework.
So just select the "MapKitFramework" target from the schemes list and build.
Upvotes: 1