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 6012207
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T02:22:13+00:00 2026-05-23T02:22:13+00:00

Say i have two libraries Foo and Bar, compiling as frameworks for OSX and

  • 0

Say i have two libraries “Foo” and “Bar”, compiling as frameworks for OSX and static libraries for IOS.

Library ‘Foo’ depends on library ‘Bar’. I’m using XCode4 workspaces.

In Ascii-art:-

  • IOS_App
  • ~ Foo.a
  • ~ ~ Bar.a

and

  • OSX_App
  • ~ Foo.framework
  • ~ ~ Bar.framework

Must file Foo.m that #imports Bar.h look like this:-

#if TARGET_OS_IPHONE
  #import "Bar.h"
#else
  #import <Bar/Bar.h>
#endif

Or, is there a way, maybe by copying headers when building Bar, and setting Search Paths appropriately, to make

  #import <Bar/Bar.h>

work in both cases?

(I suppose the root of my problem is not properly understanding the difference between #import </> and #import "")

  • 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-23T02:22:14+00:00Added an answer on May 23, 2026 at 2:22 am

    I’ve done this sort of thing extensively, and what I ended up doing was modifying the prefix header for the application/project to import either the specific header file for the library/framework or if the prefix is common between OS X and iOS (such as for the Foo library/framework) adopt the first example in your question.

    Then in Foo.m you don’t need to have any #import statements at the top.

    So, for example, in the prefix header for Foo.framework have

    #if TARGET_OS_IPHONE
      #import "Bar.h"
    #else
      #import <Bar/Bar.h>
    #endif
    

    and in the prefix header for your Mac OS X application have

    #import <Foo/Foo.h>
    

    and for iOS

    #import "Foo.h"
    

    Then all you source code, doesn’t need to worry about the headers for any of the classes in your common libraries/frameworks.

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

Sidebar

Related Questions

Say I have two static libraries that were not built by me and I
I have a project whose artifacts are two dynamic libraries, let's say libX.dylib and
Situation I have two .NET solutions ( Foo and Bar ) and a common
I have been using two libraries, SFML and Box2D, while at the same time
Say I have two strings, String s1 = AbBaCca; String s2 = bac; I
Say I have two tables I want to join. Categories: id name ---------- 1
Say I have two lists: var list1 = new int[] {1, 2, 3}; var
Say I have two arrays, items and removeItems and I wanted any values found
Say we have two tables in an MS Access db: Service Users: | ID
Say I have two classes and have a requirement that the primary key property

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.