I have the following code:
//RootViewController.h:
//RootViewController.m
#import "RootViewController.h" //#import "Main.h" //#import "SignUp.h" #import "ASIHTTPRequest.h" #import "ASIFormDataRequest.h" #import "CommonCrypto/CommonHMAC.h" #import "Details.h" //#import "signUpSMS.h" #import "JSON.h" @implementation PrestoCab3ViewController @synthesize login_uname; //this line throws the error in the title ...
I am using Xcode 4.1 and was wondering if anyone could help me figure this out. I am very new to Xcode.
Thank you very much in advance,
Eamorr
source share