I am having a problem with my iOS application!
I am deserializing a list of objects coming from json web api request.
When I try to convert from json to List I'm having an exception because of null instance of the that object (List).
I noticed that this behavior happens just when Linker behavior in Build options is Link all assemblies.
Do I have to flag this object or what's the best way to pass this error?