swagger-api/swagger-codegen

[ObjC] "Value transformer not found" error while passing complex request object

Open

#2,127 opened on Feb 12, 2016

View on GitHub
 (2 comments) (0 reactions) (0 assignees)HTML (12,701 stars) (5,474 forks)batch import
Client: ObjcIssue: Bughelp wanted

Description

I am creating a unit test case to test a API. I get the error below when I pass a more complex/nested object in the request while calling an API. Can you guide me what is wrong?

_failed: caught "Value transformer not found", "[JSONValueTransformer _JSONObjectFrom:] not found

Contributor guide