NSAssert is enable after custom flutter engine

61 Views Asked by At

I get a crash message,

NSInternalInconsistencyException Invalid JSON message, decoding failed CoreFoundation ___exceptionPreprocess

crash in FlutterCodecs.mm

NSAssert(encoding, @"Invalid JSON message, encoding failed");

I compiled the flutter engine myself, Compiling-the-engine

How do I turn off NSAssert?

0

There are 0 best solutions below