Earlier i used JSONModel lib (https://github.com/jsonmodel/jsonmodel) for object c, and now i can not convert JSONModel to SwiftyJSONModel (for Swift). When i try to add 1 JSONModel property, the compile error :
Ambiguous reference to member 'value(for:)'
How can i combine to use 2 libs in project? Thanks
Earlier i used
JSONModel
lib (https://github.com/jsonmodel/jsonmodel) for object c, and now i can not convertJSONModel
toSwiftyJSONModel
(for Swift). When i try to add 1 JSONModel property, the compile error :How can i combine to use 2 libs in project? Thanks