gonzalezreal / Groot

From JSON to Core Data and back.
Other
534 stars 61 forks source link

Ambiguous use of jsonDictionary(from:) #79

Closed ecedeno-munoz closed 7 years ago

ecedeno-munoz commented 7 years ago

I have updated my Xcode and am now getting errors about converting the managed object into JSON. It says that it cannot convert the typealias of JSONDictionary which is a "[String: AnyObject]" into "[AnyHashable: Any]", but even after I changed the typealias JSONDictionary to match, it still has a problem with it. Cleaning the project or cleaning the build folder do not help. Am I missing anything?

ecedeno-munoz commented 7 years ago

Problem solved by updating Cocoapods and Groot 2.0. There still were small issues that I fixed by have to unlock files and having Xcode autofix them. Just so you know. Thanks.