evermeer / EVReflection

Reflection based (Dictionary, CKRecord, NSManagedObject, Realm, JSON and XML) object mapping with extensions for Alamofire and Moya with RxSwift or ReactiveSwift
Other
965 stars 119 forks source link

XML parsing doesn't work #323

Open MockinMan opened 3 years ago

MockinMan commented 3 years ago

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 which is very silly. You can try using your own example for XML and it won't work.