• 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
Newbie Q: how to make XCode generate Headers in frameworks?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Newbie Q: how to make XCode generate Headers in frameworks?


  • Subject: Newbie Q: how to make XCode generate Headers in frameworks?
  • From: "Dan Smith" <email@hidden>
  • Date: Thu, 28 Jul 2005 11:13:01 -0400

I do this:

Template: Carbon framework. Name: Test04.  Replace contents of main.c with:

long square(long x) {
	return x * x;
}

New file, Carbon Header file, file name main.h. Add line to contents of main.h
is
#include <Carbon/Carbon.h>
long square(long x);

Open Build Results. Active build configuration: Deployment. Build.
Build succeeded.

At this point, Build/Development contains a test04.framework file.

I expected it to contain a Headers symlink pointing to a
Versions/A/Headers directory containing main.h, but it
does not.

After an hour of tinkering and RTFM I have not yet succeeded
in getting Xcode to build a Headers directory in the framework.
Nor do I see any obvious example of a project to build
a framework in Developer/Examples.

What am I missing?




 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • Re: Newbie Q: how to make XCode generate Headers in frameworks?
      • From: Mark Bessey <email@hidden>
  • Prev by Date: Re: XCode editor intolerably slow
  • Next by Date: Re: XCode editor intolerably slow
  • Previous by thread: Re: Help with custom build rule
  • Next by thread: Re: Newbie Q: how to make XCode generate Headers in frameworks?
  • Index(es):
    • Date
    • Thread