Does anyone know how to view console.log() from the Xcode simulator using capacitor? I am aware that you can view the system logs via iOS Simulator > Menu Bar > Debug > Open System Log (How can I get the console logs from the iOS Simulator?), but this does not show any of the console.logs when using capacitor to run an ios application.
Asked
Active
Viewed 511 times
0
Darrow Hartman
- 2,359
- 2
- 12
- 29
-
open safari go to `devtool` – Najam Us Saqib Aug 09 '21 at 06:37
-
Do you mean the website devtool or an feature in safari called devtool? Because I don't see anything native to safari that's called devtool. There is a tab in safari called "develop", if that's what you mean. Would you mind elaborating @NajamUsSaqib? – Darrow Hartman Aug 10 '21 at 21:00
-
1Check this: https://ionicframework.com/docs/troubleshooting/debugging#ios-and-safari – Najam Us Saqib Aug 11 '21 at 06:25