NSHost *h = [NSHost hostWithName:name];
即時得到兩個錯誤,從該行的代碼 ARC Issue: Receiver 'NSHost' for class message is a forward declaration.
ARC Issue: No known class message for selector 'hostWithName:'
谷歌搜
我想在應用程序中查找IP地址。我能找到它。但是,問題是,它在iPhone OS 2.0左右起作用。但是,在iPhone OS 3.0它給我一個警告: warning: no '+currentHost' method found
warning: (Messages without a matching method signature)
我使用此代碼,它可以正常使用操作系統版本2.0。