SwiftyJSONModel icon indicating copy to clipboard operation
SwiftyJSONModel copied to clipboard

Use this lib in mixed ObjC and Swift project

Open HTKT opened this issue 7 years ago • 0 comments

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

HTKT avatar May 09 '18 11:05 HTKT