ipad - Objective C Odatagen tool -
i new odata wcf data services. trying use odatagen tool on terminal on mac os in order generate proxy classes.
i getting "command not found" error though executing below command correct path.
macuser-imac:desktop macuser$ odatagen /uri=http://localhost:13986/northwinddataservices.svc /out=/users/macuser/desktop/odatagenapp
can me or there other way same?
are sure it's in path? if odatagen command in same directory won't found. if that's case, try: ./odatagen /url... ensure looks in current directory.
Comments
Post a Comment