I want to debug some network bug with my application ,I found a way to create rvi to trace, But I even can\'t finish step 1 :
rvictl -s -bash : rvictl: command not
It seems like default location and installed location of rvictl
on Catalina are different.
rvictl
should be installed by Xcode. Look for it at path: /Library/Apple/usr/bin/rvictl
. The default shell has /Library/Apple/usr/bin/
in its path, either customise it or provide full qualified path i.e
/Library/Apple/usr/bin/rvictl -s 00008020-XXXXXXXXXXXXXXXX
Source: https://forums.developer.apple.com/message/392193#392193