I tried adding the static library to my project but it wouldnt work. Now, I have resorted to creating a workspace with both Kal and my project. I made a simple UIViewcontroller class, and simply placed import “Kal.h” in my .h file. It won’t even recognize it.
What are the steps for creating a proper workspace? I must be missing something, because I though you could share classes in a workspace?
Thanks
I also messed around with schemes and added Kal as a target for my project
Actually I ended up getting the static project to work with my project.