Getting error “Could not create sandbox extension” while loading Webview on Flutter iOS.

I am trying to load HTML along with JavaScript file from the assets folder using "webview_flutter" plugin. On the webview loading page I am getting this error

I have also added "NSAppTransportSecurity" permissions to the Info.plist file and changed the iOS deployment target version to 11.0, 12.0. But still not working any solution.

Getting error “Could not create sandbox extension” while loading Webview on Flutter iOS.
 
 
Q