EVReflection
EVReflection copied to clipboard
Reflection based (Dictionary, CKRecord, NSManagedObject, Realm, JSON and XML) object mapping with extensions for Alamofire and Moya with RxSwift or ReactiveSwift
Showing All Messages https://github.com/evermeer/EVReflection.git has no Package.swift manifest in https://github.com/evermeer/EVReflection.git
Hi, I have installed latest version of EVReflection/Alamofire pod pod 'EVReflection/Alamofire'  I have faced this error initially. ERROR: Compiling for iOS 8.0, but...
XML parsing doesn't work even with an example provided in READ.ME itself. I've started new project with Podfile using: pod 'EVReflection' pod 'EVReflection/XML' Parsing collapses when nesting array of objects...
Hello, I'm getting this crash sometimes. I am not able to reproduce this everytime. if theValue is Array { return (theValue as AnyObject, valueType, false) } Precondition failed: NSArray element...
I'm deserializing a JSON document that has multiple properties that aren't found in the target object and since the server-side object structure is subject to change we use the validateValue()...
Hello evermeer, I am trying to build Swift 4 project using XCode 10.2.1 I've tried using EVReflection v5.5.2 (version that last release was built with) along with v5.6.2, v5.7.0, v5.8.0...
XCode version: 11.4.1 OSX version: 10.15.4 Using a default cocoapods install of the library with version `5.10.1` causes the following error as the library has an iOS 8.0 target: ![Screen...
There is a problem when you convert Realm objects using `toDictionary()`. When given realm object has nested array it uses `toCodableValue()` method from **RealmListEVCustomReflectable.swift**. There're conversion of every item in...
I am using EVReflection 5.7.0 and it works fine. After upgrading to 5.8.0 (or 5.90), my Realm Object models no longer work. Nothing wrong happens during the deserialisation, but when...