Xcode 8 Console Garbage

Xcode 8 Console Garbage?

You can disable that output with a environment variable.

In Product>>Scheme>>Edit Scheme...>>Run add the following environment variable: Name:OS_ACTIVITY_MODE, Value: disable

Originally described on Twitter here.

Sample Image

Hide strange unwanted Xcode logs

Try this:

1 - From Xcode menu open: Product > Scheme > Edit Scheme

2 - On your Environment Variables set OS_ACTIVITY_MODE = disable

Screenshot

Firebase Xcode output in console

You probably have a mix of 3 types of output

  1. Xcode Console "garbage" -- Definitely give that solution you linked to another try. Sometimes you need to delete and re-install your app for it to take, but that will clean up nearly all the stuff that begins with nw_ (And there's a lot of it!)

  2. Normal Firebase output. This should be about 8-10 lines or so.

  3. A bunch of scary-looking FIRInstanceID warnings. While you can generally ignore these warnings, they are kind of annoying / scary, so I would recommend fixing them by adding KeyChain sharing in your capabilities as described in this post.

Why am I getting garbage characters with my Arduino to iPhone serial communication?

I removed all the wires from the breakout board, and resoldered all the connections, and that seemed to fix my problem :)

Duplicate out via Firebase in my console

Answer provided by @adbitx in comments



Related Topics



Leave a reply



Submit