문제

my problem seems to be quite basic, but I can't find it!

 NSMutableURLRequest *request = [[NSMutableURLRequest alloc] initWithURL:[NSURL URLWithString:@"http://miip.com"]];

and I get this error:

 Expected expression

I can't find it!

Thanks!

도움이 되었습니까?

해결책

The line above is valid. This sounds like a coding error outside this line. maybe you are missing a ; in the line before or something like that.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top