You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Xcode shows the following error: "Failed to resolve host network app id"
This isn't an error, it's a warning, as indicated by its yellow background (instead of red). It will appear on any app using utilizing WKWebView and is very likely not related to your observed behaviour. It will also print on properly working WKWebViews as well.
Without knowing exactly what the observed behaviour is, I can only speculate and I am assuming you're effectively seeing a blank WKWebView screen, but here are some things you can try:
Look for any other errors or console prints that might suggest failure to load your index document. These may include (but not limited to) plugins failing to load.
Test to see if you can connect the Safari Web Inspector (See How (Scroll to the iOS section)). Safari won't report on any log events or errors that occurred before the debugger was attached, but while the inspector is focused, you can press cmd + r to refresh the webview. Any JS errors or log prints that occur on launch should be observable in the Safari Web Inspector. These may not be visible from the XCode console either and might give you insights on what is actually happening.
Bug Report
Problem
We can not start start the app after building via xcode.
What is expected to happen?
Normal start of the App
What does actually happen?
Xcode shows the following error: "Failed to resolve host network app id"
Information
XCode: 15.4
cordova-android: "^12.0.1",
cordova-ios: "^7.0.1",
cordova-plugin-keyboard: "^1.2.0",
cordova-plugin-splashscreen: "^6.0.2",
cordova-plugin-statusbar: "^4.0.0"
NPM: 10.8.1
Framework7: 8.3.2
Command or Code
Environment, Platform, Device
All iOS devices
Checklist
The text was updated successfully, but these errors were encountered: