ios - How to Integrate Kal Calendar? -
i new ios development, , have project in mind benefit third-party calendar interface. however, i'm having trouble getting started. feeling little disappointed because have searched high , low , seems capable of integrating kal calendar itself, , stuck.
i have downloaded .zip source here , trying follow steps. first 3 follows:
- clone kal git repository:
git clone git://github.com/klazuka/kal.git
. make sure store repository in permanent place because xcode need reference files every time compile project. - locate "kal.xcodeproj" file under
kal/src/
. drag kal.xcodeproj , drop onto root of xcode project's "groups , files" sidebar. dialog appear -- make sure "copy items" unchecked , "reference type" "relative project" before clicking "add". - now need link kal static library project. select kal.xcodeproj file added sidebar. under "details" table, see libkal.a. check checkbox on far right file. tell xcode link against kal when building app.
i have dragged kal.xcodeproj file finder root of project in project navigator seen in image:
is correct place drop kal.xcodeproj file? not presented dialog upon doing so. "groups , files" sidebar? upon selecting kal.xcodeproj file have placed it, cannot find "details" table libkal.a file located.
again, apologies new ios dev, , understand these amateur questions out there. if can point me in right direction appreciated. looking getting started can begin project.
by way, i'm using xcode 6.
thanks in advance!
Comments
Post a Comment