在Xcode 4中向现有项目添加静态库。无法导入头

时间:2023-01-27 10:44:42

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.

我正在尝试将Kal集成到我现有的应用程序中。当我创建一个新视图并导入Kal时。h,我得到了一个错误。没有找到。我使用Xcode 4.2。我找遍了所有地方,都找不到合适的解决办法。

Thanks

谢谢

1 个解决方案

#1


2  

You can try my blog post here.

你可以在这里试试我的博客。

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

同时,您必须将.a文件(静态库构建)添加到这个项目中。

#1


2  

You can try my blog post here.

你可以在这里试试我的博客。

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

同时,您必须将.a文件(静态库构建)添加到这个项目中。