-
Notifications
You must be signed in to change notification settings - Fork 120
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Crash in EVReflection 5.10.0 and IOS13 #311
Comments
I tried 2 apps that use EVReflection on iOS 13.1 and did not get any crashes. |
Crashes only in runtime. 0 libdyld.dylib 0x1968d4684 dyld3::closure::ObjCStringTable::hash(char const*, unsigned long) const + 16 |
We are facing significant crashes with EVReflection and Ios13. Please find the crashlog
0 libdyld.dylib 0x1968d4684 dyld3::closure::ObjCStringTable::hash(char const*, unsigned long) const + 16
1 libdyld.dylib 0x1968d4c98 dyld3::closure::ObjCStringTable::getIndex(char const*) const + 52
2 libdyld.dylib 0x1968d4b18 dyld3::closure::ObjCClassOpt::forEachClass(char const*, dyld3::Array<std::__1::pair<unsigned long, unsigned long> > const&, void (void*, bool, bool*) block_pointer) const + 52
3 libdyld.dylib 0x1968e14c4 dyld3::AllImages::forEachObjCClass(char const*, void (void*, bool, bool*) block_pointer) const + 132
4 libobjc.A.dylib 0x196813c38 getPreoptimizedClass + 148
5 libobjc.A.dylib 0x1967fe8d8 getClassExceptSomeSwift(char const*) + 20
6 libobjc.A.dylib 0x1967ff784 look_up_class + 100
7 Foundation 0x196e912ec NSClassFromString + 200
8 EVReflection 0x10b5c280c specialized static EVReflection.swiftClassTypeFromString(_:) + 645 (EVReflection.swift:645)
9 EVReflection 0x10b5c2d50 specialized static EVReflection.getTypeFor(anyObject:key:type:item:) ()
This has never happened on ios12
Regards
Ramesh
The text was updated successfully, but these errors were encountered: