Domanda

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!

È stato utile?

Soluzione

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.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top