|
|
I am a newby to Xcode so forgive me for asking this, but I am trying to hit our Odata Services(WCF) and I have been able to generate a proxy using this tool...but when I go in the code to try to build the DataServiceQuery, the compiler does not recognize
it. I have to tried to set the Header/Library paths, but I'm sure I messed it up some how. I am on XCode 4. Help?
//compiler does not like this line...does not recognize my DataServiceQuery class...
DataServiceQuery *qry = [proxy CAModel_Script];
thanks
mark
|
|
|
|
Forget this request...I made a syntax error in the line before this one...my bad.
|
|