You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get crash in line 484 in class "FileRepresenter" in the function of fetchArrayFromJsonSyntaxForProperty(). Above that line there is this comment "// if needs cast"
The values of the variables:
propertyStr = propertyStr String "\t\t<!VarName!> = <!VarType!>()\n\t\tlet <!VarName!>Array = json["<!JsonKeyName!>"].arrayValue\n\t\tfor <!VarName!>Json in <!VarName!>Array{\n\t\t\t<!VarName!>.append(<!VarName!>Json.stringValue)\n\t\t}\n"
index = 6
lang.basicTypesWithSpecialFetchingNeedsTypeCast = nil
The text was updated successfully, but these errors were encountered:
I unarchived the zip file of release 1.1.0 that has in Xcode version: 1.0.8 build 1
Once I paste this JSON:
[ { "id": 3, "name": "kid 1k", "birthDate": "2018-01-25", "emergencyNumber": { "countryCode": "+1", "number": "555xxxxxx" }, "healthStatuses": [], "gender": { "id": 1, "name": { "ar": "ذكر", "en": "Male" } }, "relation": { "id": 1, "name": { "ar": "أم", "en": "Mother" } }, "age": 1 }, { "id": 36, "name": "my kid x", "birthDate": "2019-01-15", "emergencyNumber": { "countryCode": "+1", "number": "55555555" }, "healthStatuses": [], "gender": { "id": 1, "name": { "ar": "ذكر", "en": "Male" } }, "relation": { "id": 2, "name": { "ar": "أب", "en": "Father" } }, "age": 0 } ]
I get crash in line 484 in class "FileRepresenter" in the function of fetchArrayFromJsonSyntaxForProperty(). Above that line there is this comment "// if needs cast"
The values of the variables:
propertyStr = propertyStr String "\t\t<!VarName!> = <!VarType!>()\n\t\tlet <!VarName!>Array = json["<!JsonKeyName!>"].arrayValue\n\t\tfor <!VarName!>Json in <!VarName!>Array{\n\t\t\t<!VarName!>.append(<!VarName!>Json.stringValue)\n\t\t}\n"
index = 6
lang.basicTypesWithSpecialFetchingNeedsTypeCast = nil
The text was updated successfully, but these errors were encountered: