我指的是<代码>ASIHTTPRequest,并将其汇编成iOS5
。
然而,当我试图利用它时:
ASIHTTPRequest *request = [ASIHTTPRequest requestWithURL:url];
我发现错误
no known class method for selector requestWithURL .
∗∗∗∗∗ 犯错误。
Indeed I can t see that method in the ASIHTTPRequest.m
file. What am I missing?
This is the latest code download from github
.
Thanks, John.