Re: Xcode code completion and custom framework
Re: Xcode code completion and custom framework
- Subject: Re: Xcode code completion and custom framework
- From: David Ewing <email@hidden>
- Date: Thu, 23 Mar 2006 18:10:03 -0700
On Mar 22, 2006, at 2:13 AM, Eric Morand wrote:
Well, for some reason it doesn't work. My project is linked against
my custom framework, I can see the public headers of the framework
in the "Linked Frameworks" group, the headers are imported in
my .pch file...and I still don't have auto-completion.
Do you have an idea ?
The easiest thing to do is to open the class browser and see what's
there. Does it show all the classes and methods you care about? It's
possible that some, or all, of the necessary headers aren't getting
built into the framework. (They need to be marked as "Public" in the
headers build phase for the framework.)
Dave
Le 21 mars 06 à 00:59, David Ewing a écrit :
On Mar 18, 2006, at 4:05 AM, Eric Morand wrote:
Hi guys !
I've created a custom framework that I link to my new projects.
But code completion doesn't work with the methos contained in the
custom framework. Is there a way to have code completion working
with custom frameworks ?
If your framework has headers included in the new project, then
code completion should see them. The one wrinkle is that they
won't be seen until at least one source file includes them (and
has been saved).
Dave
_______________________________________________
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
_______________________________________________
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