Krishna Kishore

Results 1 comments of Krishna Kishore

After all debugging & research with the help of https://github.com/alibaba/HandyJSON/commit/da72f298f05cdc638fd63b92091404c5415c4586 I changed **_swift_getFieldAt** with **swift_getTypeByMangledNameInContext** in Nominal.swift file @line 31. **@_silgen_name("swift_getFieldAt")** ---> **@_silgen_name("swift_getTypeByMangledNameInContext")** I am able to compile & test...