Created
August 23, 2022 17:42
-
-
Save dougboutwell/20dd568abef0b27e8aaae23178ac90d5 to your computer and use it in GitHub Desktop.
Silence iOS simulator "CoreTelephony" error messages in log
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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