Our iOS Application use HTTPServer to get a map data and use WKWebView to display 3DMap.
We tried to start this application on iOS16, but it can not display 3DMap.
When I researched console log, I found below error.
kernel Sandbox: com.apple.WebKit.Networking(693) deny(1) mach-lookup com.apple.diagnosticd
When HTTPServer is started, this error is occurred. This error is not occurred on iOS15.
If anyone know this error, Could you let me know why it occurred and how can I fix it?