Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8475545
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T17:55:22+00:00 2026-06-10T17:55:22+00:00

I am having trouble importing the tapku library (to use the calendar api it

  • 0

I am having trouble importing the tapku library (to use the calendar api it provides). I’ve also tried Kal with the same problem. Here’s what I do to import it (please tell me if I’m missing something) (using Xcode 4.5).

  1. Go file > Add files to project > TapkuLibrary.xcodeproj > copy items into destination’s group folder unchecked, Create folder references selected, add to target “my project” checked.

  2. Go file > Add files to project > TapkuLibrary.bundle > same settings as above.

  3. Under build settings, under “header search paths”, add the file to the tapku library “src” folder (and leave the box on the left unchecked). I have another item from a different api i used in my project in header search paths, too. Does this matter?

  4. Go to build phases, and add Tapku Library under target dependencies and libTapkuLibrary.a under Link binary with libraries.

So after doing this, when I go to a file in my project and try

#import <TapkuLibrary/TapkuLibrary.h>

It says “TapkuLibrary.h file not found”

By the way, the Tapku folder itself is on my desktop, not in the application’s root folder.

Please tell me if I am missing something or doing something wrong.
Thank you so much!
Luke

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-10T17:55:24+00:00Added an answer on June 10, 2026 at 5:55 pm

    Using the same numbers for the steps you listed:

    1) Correct – do not copy the project.

    2) I don’t normally have to do this for included libraries but perhaps you need this for this framework (I assume you’ve been told to do this)

    3) The header search path has to be the same string you would use from the shell to get from the directory your project is in to the top level folder (directory) of the think you want to find. In your case, it is a folder TapkuLibrary. Your path can be relative to the directory the project is in:

    ./../../../Foo/Goop/TapkuLibrary
    

    or it can be an absolute path:

    /Users/jfk/Desktop/TapuLibrary
    

    So figure out the string you think is correct, then open Terminal, cd to the directory where your project file is, then type “ls ” and see if it lists the contents of the directory. If not, then figure out what you did wrong.

    Its probably a good idea to set the “recursive” flag – if you double click on Header Search Paths, you can select the box on the left (or you can type in a “/**” postfix to the path).

    4) Do not use:

    #import <TapkuLibrary/TapkuLibrary.h>
    

    That is telling Xcode that this is a System folder (in /usr/include), etc. In the manner you are using this it should be a user folder:

    #import "TapkuLibrary/TapkuLibrary.h"
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am having trouble importing python packages only when running python from cmdline/console. However,
I am having trouble importing my C++ functions. If I declare them as C
I'm just getting started with twisted.web, and I'm having trouble importing a Python module
I'm having trouble with merging two datasets. I'm using SAS 9.2 and when importing
I'm exploring mod_python and I'm having trouble with the package importing. I've a structure
Hey, I'm having a bit of trouble importing m2crypto to google app engine. I
I am having trouble displaying the jQuery datepicker as shown here: http://jqueryui.com/demos/datepicker/ I believe
I'm having trouble importing definitions from modules in Coq. I'm new to Coq, but
I'm having trouble importing the liferay taglibs in one of my JSP pages, no
I'm trying to learn python and I'm having trouble importing a module. I have

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.