简体   繁体   English

日历整合

[英]kal calendar integration

Downloaded kal.Calendar project from the link https://github.com/klazuka/Kal 从链接https://github.com/klazuka/Kal下载了kal.Calendar项目

I am Trying to integrate Kal.Calendar in my project. 我正在尝试将Kal.Calendar集成到我的项目中。

i downloaded klazuka.kal project on my desktop. 我在桌面上下载了klazuka.kal项目。

i drag drop the kal.xcodeproj, kal.bundle. 我拖放kal.xcodeproj,kal.bundle。

check mark is check libKal.a under kal.xcodeproj ... 复选标记是在kal.xcodeproj下检查libKal.a ...

In Targets I set Direct Dependencies to Kal. 在“目标”中,将“直接依赖关系”设置为Kal。

when to project setting 何时进行项目设定

open the header search path... double clicked added the the source Path. 打开标题搜索路径...双击添加源路径。

/Users/vmsetty/Desktop/klazuka-Kal-9464bf0-2 This is the path i added in header search path. / Users / vmsetty / Desktop / klazuka-Kal-9464bf0-2这是我在标头搜索路径中添加的路径。

Now i open Other linker Flage added -all_load.. 现在,我打开其他链接器Flage添加了-all_load ..

Now i start importing in my application ApplicationDelegate.m 现在,我开始在我的应用程序ApplicationDelegate.m中导入

import "Kal.h" 导入“ Kal.h”

I get error Kal.h No such file or directory... 我收到错误Kal.h没有这样的文件或目录...

I am worried about this... How to integrate this into my project. 我对此感到担心...如何将其集成到我的项目中。

Any one worked on Kal integration . 任何人都从事Kal集成。 Please help me out. 请帮帮我。

I thankful to them. 我感谢他们。

Suggest to 建议

  • Check the Path of Kal by clicking "Get Info". 通过单击“获取信息”检查Kal的路径。 The following is defined in my project: 在我的项目中定义了以下内容:

    Path: Kal/Kal.xcondeproj 路径:Kal / Kal.xcondeproj

    FullPath: "MyProjectPath"/Kal/Kal.xcodeproj FullPath:“ MyProjectPath” /Kal/Kal.xcodeproj

    Path Type: Relative to Project 路径类型:相对于项目

  • Check the Kal/* is actually located in the directory of FullPath exactly. 检查Kal / *是否确实位于FullPath目录中。

  • Check the Header Search Paths with value like "Kal" which defined in my project. 检查标题搜索路径中的值,例如在我的项目中定义的“ Kal”。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM