• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Custom Frameworks, building and using
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Custom Frameworks, building and using


  • Subject: Re: Custom Frameworks, building and using
  • From: Don Willems <email@hidden>
  • Date: Mon, 10 May 2004 13:32:59 +0200

Yes, That solved my problem.

Thank you very much,
Don

Hello...

In the Xcode project where you are building the framework, open the "Targets" subgroup and click on the Framework target. In the file-list type view, it should show all of the files that are included in the framework target.

There is a column called "Role" that determines if the headers are public or private. Make sure that all of the headers that need to be used by your plugins are listed there, and have the role set as public.

After you have cleaned and built your project, open up the resulting framework and make sure that there is a link there called Headers (that points to Versions/current/Headers/). Although it should be created automatically, if you need to you can make it yourself from the command line using ln (do "man ln" for details on making links).

Hope that helps,

Louis


My problem is that the second project does not compile because it
cannot find the headers in the framework (or the framework itself for
all I know).
This is the compile error I get:
/Users/wonco/development/Cocoa/RISPlugin/RISPlugin.h:10:40:
BibXPluginKit/BibXPluginKit.h: No such file or directory
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.


References: 
 >Custom Frameworks, building and using (From: Don Willems <email@hidden>)
 >Re: Custom Frameworks, building and using (From: "Louis C. Sacha" <email@hidden>)

  • Prev by Date: Re: Crash when registering Help book
  • Next by Date: Re: Instance Variable access
  • Previous by thread: Re: Custom Frameworks, building and using
  • Next by thread: Re: Custom Frameworks, building and using
  • Index(es):
    • Date
    • Thread