use Kal in swift for ios

253 Views Asked by At

I'm trying to add a month view calendar in my project for ios, I downloaded the Kal library.

I followed the instructions to add it in, my steps are:

  1. add Kal folder in my project folder

  2. add kal.xcodeproj file in my project by setting the location Relative to Project

  3. click on my project, under the General tab, add libkal.a in Linked Frameworks and libraries

  4. under Build Phases, add Kal in Target Dependencies

  5. add kal.bundle in my project by setting location Relative to Project

  6. in Header Search Paths cancel what I had, and add the src directory by dragging the folder in the blank container

  7. in Other linker flags double click multiple values and add -all_load

  8. in my bridging-header.h file add #import "Kal.h"

I run the project, I found Failed kal.h file not found

What is going wrong? What should I do? Please help.

Thank you.

0

There are 0 best solutions below