抱歉-我是xcode / cocoa / objective-c的新手...
我正在努力了解问题所在:
NSHost *host = [NSHost hostWithAddress:@"192.168.0.155"];
我收到2个错误”
No known class method for selector 'hostWithAddress:'
Receiver 'NSHost' for class message is a forward declaration
您能否帮助说明错误以及如何完成创建指向192.168.0.155的NSHost实例的简单任务。
谢谢
背风处
最佳答案
事实证明,NSHost在iPhone上不可用!可惜的是,xcode没有为我强调这一点!
I tried to use NSHost and XCode didn't recognize it
谢谢你的帮助,
背风处