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 ran into this same issue with SwiftyJSON just now with my JSON structure. I think that the JSONExport tool is barfing with creating the Constructors for SwiftyJSON when the JSON has empty arrays. As soon as I provided values for my empty arrays, the tool works perfectly.
Xcode 10.1
MacOS 10.14.1
I have some json code,and choose SwiftyJSON-Class , There will be a crash.
On the FileRepresenter.swift In line No. 484, It's a null value.
The text was updated successfully, but these errors were encountered: