Roger
Roger

Reputation: 4797

Add a 3rd party framework to OS X Xcode 4 project

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

Answers (1)

Lucas de Vil
Lucas de Vil

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

Related Questions