New jsError occurs in iOS17: Invalid character: '\0'

When use jsCore, The error reporting location is where JS communicates with Native, and the stack does not contain any valid information. Anyone konws what's the problem.....

Post not yet marked as solved Up vote post of Donekyman Down vote post of Donekyman
896 views

Replies

I faced with the same issue. Each error has a different stack trace but the same name SyntaxError: Invalid character: '\0'. I use React-Native, so I raised the issue there https://github.com/facebook/react-native/issues/41258. But since it's iOS 17 issue only, I suppose something has changed in iOS rather than in React-Native.

the same issue but no solution