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

  • SEARCH
  • Home
  • 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 7588875
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T20:02:06+00:00 2026-05-30T20:02:06+00:00

I am new to Xcode subprojects. In my iPhone app project MyProject , I

  • 0

I am new to Xcode subprojects. In my iPhone app project MyProject, I am trying to refactor some common code to a static library project called MyLibrary. After I create MyLibrary and move the code, MyProject is no-longer compiling. The error is that the MyProject cannot see the .h files in MyLibrary.

The error MyLibraryConfig.h: No such file or directory is coming in the line:

#import "MyLibraryConfig.h"
  • How to import the MyLibrary .h files in MyProject ?
  • What is the best practice here? Assuming I have multiple such libraries, it is tedious to add these to header search paths to the parent project.
  • 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-05-30T20:02:07+00:00Added an answer on May 30, 2026 at 8:02 pm

    Maybe your header file is also in a subdirectory.

    Imagine the following directory setup:

    - Desktop
        - MyProject
            - MyProject.xcodeproj
            - main.m
    
            - MyLibrary
                - MyLibrary.xcodeproj
                - MyHeaderFile.h      <-- wanted header file
    

    If main.m has these contents:

    #include "MyHeaderFile.h"
    
    int main() {
        return 0;
    }
    

    The compiler (gcc) will think that MyHeaderFile.h is located in the same directory as main.m, from which it is included. To tell the compiler you mean the header file in a subfolder, you have can do two things.

    • You can add a directory to the gcc compiler that says: “hey, also look in that folder”. You can do this by using the -iquote myFolder flag.
    • You can include the directory in the include-statement: #include "MyLibrary/MyHeaderFile.h"

    There could of course be another problem, but this seams like the most straightforward one.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm starting a new xCode project. I'm porting in some code from my last
When building a new iPhone app in Xcode, I'm getting this error: codesign error:
I just installed the new XCode with iPhone SDK 4.0. On my project, I
I JUST started a new XCode Project. The code I have added in so
I want to share my Xcode project as a static library for other people
I created a new Xcode project with a view-based app template. In the .m
I'm new to Xcode and I'm trying to create an app which has a
I'm new to xcode and the iphone sdk. I've been working with the view-based
I recently updated to the new version of XCode and the session start code
I'm new to iPhone development and Xcode, so this might be really obvious. I

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.