Sebi B
Sebi B

Reputation: 218

Show console.log in Xcode - Cordova App

My Problem is, that when I'm debugging my cordova-Android-App, I can easily do it with remote debugging in chrome and see my console.log(s) from the beginning. But how can I see that with the IOS-cordova-Apps?

I tried to see it with safari->developer->emulator. After a while I can see the console.log(s). But I really need to see the first console.log(s) and these arent listed there.

Thanks for your Help!

Upvotes: 13

Views: 16492

Answers (1)

user2529173
user2529173

Reputation: 1924

Try this plugin: https://github.com/apache/cordova-plugin-console

It should print the log in the xcode console then

Upvotes: 5

Related Questions