Klazuka/Kal incorporation issue
Posted
by
user1292943
on Stack Overflow
See other posts from Stack Overflow
or by user1292943
Published on 2012-06-04T10:15:01Z
Indexed on
2012/06/04
10:41 UTC
Read the original article
Hit count: 242
ios
I'm having a little issue. I am trying to incorporate the Klazuka/Kal project into my project. I've done the following:
- I added the Kal.xcodeproj and all files to my project
- Under Build Phases, I've added Kal to "Target Dependencies"
- Under Build Phases, I've added libKal.a under "Link Binary With Libraries"
- Under Build Phases, I've added Kal.bundle to "Copy Bundle Resources"
- Under Build Settings, I've added "“$(BUILT_PRODUCTS_DIR)” (or “$(BUILT_PRODUCTS_DIR)/static_library_name”" for "Header Search Paths" and "User Header Search Paths".
- Under Build Settings, I've added the path to Kal under "Library Search Paths"
- Under Build Settings, I've added -ObjC, -all_load, and -force_load under "Other Linker Flags"
- I've edited my Build Scheme and list the Kal Target prior to my main application target with Analyze, Test, Run, Profile, and Archive all checked.
I've attempted to follow the steps from here on Stack Overflow: iphone: Kal calendar not running in xcode 4.2
and here: I added my project and Kal Calendar's project in a workspace, still won't work in Xcode 4
and also on this site: http://blog.carbonfive.com/2011/04/04/using-open-source-static-libraries-in-xcode-4/#configuring_the_projects_scheme
I try to import the "Kal.h" file but am getting a File Not Found error when I try to build. I'm obviously missing something, just not sure what. Can anyone please help? Thanks for any assistance!!
© Stack Overflow or respective owner