Skip to content

Incorrect objective-c #896

Description

@javier-alvarez

There is some issue with value types in the objective-c generation.

This code generated doesn't compile:

This is the parameter fromX: (BOOL) fromX

In the method is adding:

if(fromX != nil) {
queryParams[@"fromX"] = fromX;
}

Implicit conversion of 'BOOL' (aka 'signed char') to 'id' is disallowed with ARC

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions