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:
add Kal folder in my project folder
add kal.xcodeproj file in my project by setting the location
Relative to Projectclick on my project, under the
General tab, addlibkal.ainLinked Frameworks and librariesunder
Build Phases, addKalinTarget Dependenciesadd
kal.bundlein my project by setting location Relative to Projectin
Header Search Pathscancel what I had, and add thesrcdirectory by dragging the folder in the blank containerin
Other linker flagsdouble click multiple values and add-all_loadin my
bridging-header.hfile 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.