JSONSchema.swift
JSONSchema.swift copied to clipboard
Thread 1: EXC_BAD_ACCESS (code=EXC_I386_GPFLT)
Hi Team , I have one custom framework where I am using pod JsonSchema for validation. And same framework is used inside application. Application is crashing while accessing the code for validation. This is the error Thread 1: EXC_BAD_ACCESS (code=EXC_I386_GPFLT). I have attach the screen shot for your reference.
.
What are the steps to reproduce this crash? / what is the input JSON Schema and JSON structure?
I have implemented it inside custom framework (Where I have pass the json schema and json to validate). After that I have used this framework inside other application and call the function for schema validation from application and application is crashed with error. I have used JSON schema draft-04
Can you please give your suggestions on this, I am stuck here.
Do you have a JSON schema and JSON structure inputs which can be used to reproduce the mentioned problem?
Is this reliably crashing?