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?
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.
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?