Home > Enterprise >  Xcode log "Writing analzed variants"
Xcode log "Writing analzed variants"

Time:09-21

Running the Xcode 13 release candidate Version 13.0 (13A233) I see the following log when launching my iOS app in the Simulator:

Writing analzed variants.

Note that this seems to be a misspelling of the log:

Writing analyzed variants.

What is causing this log noise? Is something in my code triggering it?

How can I hide this "Writing analzed variants." Xcode log?

CodePudding user response:

According to Quinn “The Eskimo!” at Apple Developer Technical Support, this message is Xcode log noise and can be ignored.

  • Related