Franklin
Franklin

Reputation: 1801

Adding static library to existing project in Xcode 4. Unable to import header

I'm trying integrate Kal into my existing app. I've followed this tutorial, and I'm still having issues. When I create a new view and import Kal.h, I get an error stating Kal.h is not found. I'm using Xcode 4.2. I've been searching everywhere, and I haven't found an adequate solution.

Thanks

Upvotes: 3

Views: 3933

Answers (1)

muthukumar
muthukumar

Reputation: 649

You can try my blog post here.

At the same time you have to add the .a file (Static Library build) into this project.

Upvotes: 2

Related Questions