Closed AviranAbady closed 5 years ago
As you can see in the warning: 'There is no support for optional type' So there is indeed no support for optional bool (because of Swift limitation)
For more of these see: https://github.com/evermeer/EVReflection#known-issues
the easiest way to solve this is to change it to a non optional bool. If you do need an optional bool, then you need to implement the setValue forUndefinedKey
thanks
Hello, I seem to have a problem to parse boolean properties in responses when using
EVReflection/Alamofire
, other variable types are being processed successfully.The following warning is printed to the log:
The request code:
Running the http request using curl results in the following response body: