Re: Xcode code completion and custom framework
Re: Xcode code completion and custom framework
- Subject: Re: Xcode code completion and custom framework
- From: Eric Morand <email@hidden>
- Date: Wed, 22 Mar 2006 10:13:59 +0100
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 ?
Eric.
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