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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: