In article <slrnfvcdqo.i1u.jim@[EMAIL PROTECTED]
>,
Jim <jim@[EMAIL PROTECTED]
> wrote:
> On 2008-04-04, Gregory Weston <uce@[EMAIL PROTECTED]
> wrote:
> >> However, it won't compile. It's essentially claiming to know nothing
about
> >> SCNetworkCheckReachabilityByName.
> >
> > Instead of telling us what it "essentially" says, it's usually a good
> > idea to tell us what it actually says. There's always a chance you're
> > misinterpreting a new-to-you message, after all.
>
> Right-o - actual message is:
>
>
> "_SCNetworkCheckReachabilityByName", referenced from:
> -[reachObject button:] in reachObject.o
> symbol(s) not found
> collect2:ld returned 1 exit status
>
>
>
> >
> >> I'm guessing that I'm not im****ting the correct framework.
> >>
> >> Would that be correct?
> >
> > You'd want to add SystemConfiguration.framework to your project.
>
> Ah - I take it this is something above and beyond the 'im****t'
statement?
>
> Jim
Yep. You'll go into /System/Library/Frameworks, find that one, and drag
it into the appropriate group in the column on the left side of the
project window. Or you can use XCode's "Add to Project..." menu command
to achieve the same thing.


|