|
|
Hello, I am new to WCF and ipad apps. I have done android development in the past. I was trying to work with WCF service being consumed by objective c. and while creating a proxy i ended up with 2 files ODBConnection.h and ODBConnection.m. i used odatagen
command to create the proxy. My problem is in the ODBConnection.h file near an import statement(#import "ODataObject.h") it says ODataObject.h file not found. So, how can i get past this error?
|
|