Skip to content

Instantly share code, notes, and snippets.

@dougboutwell
Created August 23, 2022 17:42
Show Gist options
  • Save dougboutwell/20dd568abef0b27e8aaae23178ac90d5 to your computer and use it in GitHub Desktop.
Save dougboutwell/20dd568abef0b27e8aaae23178ac90d5 to your computer and use it in GitHub Desktop.
Silence iOS simulator "CoreTelephony" error messages in log
In Terminal:
xcrun simctl spawn booted log config --mode "level:off" --subsystem com.apple.CoreTelephony
Credit to https://stackoverflow.com/a/53708751/3953735
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment