Apologies- i'm new to xcode/cocoa/objective-c...
I'm struggling to understand what is wrong with:
NSHost *host = [NSHost hostWithAddress:@"192.168.0.155"];
I'm receiving 2 errors"
No known class method for selector 'hostWithAddress:'
Receiver 'NSHost' for class message is a forward declaration
Could you help explain the errors and how I can achieve the simple task of creating an instance of NSHost pointing to 192.168.0.155.
Thanks
Lee