aryaxt / OCMapper

Objective-C library to easily map NSDictionary to model objects, works perfectly with Alamofire. ObjectMapper works similar to GSON
MIT License
347 stars 45 forks source link

OCMapper SDK is crashing on iOS 11.2.2 Version using xCode10.1 #70

Open vasuippili opened 5 years ago

vasuippili commented 5 years ago

My application we are using OC Mapper SDK.Its works on Xcode 10.0 Version properly in my app. After updating to xCode 10.1 the application is crashing on devices iOS 11.2.2 and 9.3.5 versions but its working on iOS 12.1.4. I got this below warning and will crashing.

warning: could not execute support code to read Objective-C class data in the process. This may reduce the quality of type information available.

Its related to OCMapper SDK Crash here i am attaching proper screen shots.

Please help me, how we sort out.

screenshot 2019-02-21 at 6 12 02 am screenshot 2019-02-21 at 6 12 25 am