Adding static library to existing project in Xcode 4. Failed to import header
I am trying to integrate Kal into my existing application. I followed this tutorial and I am still having problems. When I create a new view and import Kal.h, I get an error when Kal.h is not found. I am using Xcode 4.2. I've searched everywhere and I haven't found an adequate solution.
thank
+3
Franklin
source
to share
1 answer
You can try my blog post here .
At the same time, you need to add the .a file (static library build) to this project.
+2
muthukumar
source
to share