-
-
Notifications
You must be signed in to change notification settings - Fork 195
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No console.log output Xcode 9 iOS 11 #3141
Comments
Thank you for the report. I can confirm that this is indeed an issue and we are currently working on a resolution. As a temporary workaround open the Console app on Mac and from the Devices list select the connected device. Now in the right pane you can see all messages coming from the selected device. In the Search field type |
@KristianDD, ok, thank you for the tip! |
Another workaround is to use the |
@justindujardin, yeah, I know that, but "tns debug" became so slow and hangs too often after update to Xcode 9 / iOS 11 that I would use "run" instead if I could. |
@terreb If you use the watch you shouldn't have huge issues with |
@terreb Agreed that the inspector is not a great workaround. I ended up downgrading because I didn't need XCode 9, it was installed as part of the automatic update process. The console being gone really hindered my development, and as you point out the inspector makes for really slow iterations, so it made sense to downgrade XCode until a fix is published. Now my console is back, and I only have to worry about the inspector slowly eating itself when I have to debug something. 😅 If it makes sense for your project, and you have a valid developer account with Apple, you can downgrade like this:
|
This comment was marked as abuse.
This comment was marked as abuse.
@justindujardin, I can see logs for simulators with iOS <11, so no need to downgrade Xcode for that:) @NathanaelA, wow, thank you a lot! This is an easy and really cool workaround that works perfectly fine for me. |
@NathanaelA :: it does not work :: ERROR Could not start service com.apple.syslog_relay |
This comment was marked as abuse.
This comment was marked as abuse.
@fuyacho-takatsuji @terreb @justindujardin @briosheje |
Please, provide the details below:
Did you verify this is a real problem by searching [Stack Overflow]
I took time to search, but haven't found anything mentioning this issue.
Tell us about the problem
After upgrade to Xcode 9 and using iOS 11 simulator I'm not seeing console.log output after "tns run ios" any more.
Which platform(s) does your issue occur on?
iOS
Please provide the following version numbers that your issue occurs with:
Xcode 9.0 (9A235)
Simulator iPhone 6 iOS 11.0 (15A372)
The text was updated successfully, but these errors were encountered: