how to fix xcode warning “Expression result unused”
问题 I am doing a registration process with my app where the user enters in a number that I check against my db.. anyway long story short where I pass code into my NSString *startURL have a warning I cannot get rid of, it says "Expression result unused" have you ever experienced anything like this and if so how do I fix it? -(void)startRegConnect:(NSString *)tempRegCode{ //tempRegCode = S.checkString; NSLog(@"tempRegCode from RegConnection =%@",tempRegCode); NSString *code = [[NSString alloc]