Hi there, attempting to use Wireshark to debug a faulty app, I am struggling to use rvictl to create a virtual interface.
Macbook Air 2015 running Big Sur 11.2.3
iPhone 6 running iOS 12.5.2
Xcode 12.4 installed
Manually installed mobiledevice.pkg and mobiledevciedevelopment.pkg packages in
Applications/Xcode-beta.app/Contents/Resources/Packages
issued command
sudo launchctl load -w /Library/Apple/System/Library/LaunchDaemons/com.apple.rpmuxd.plist
which throws
"Load failed: 37: Operation already in progress"
When issuing the command (with or without sudo):
rvictl -s phone-UID
It throws:
Starting device phone-UID [FAILED]
I have executed
sudo installer -pkg /Applications/Xcode.app/Contents/Resources/Packages/MobileDeviceDevelopment.pkg -target /
which returns:
installer: Package name is MobileDeviceDevelopment
installer: Upgrading at base path /
installer: The upgrade was successful.
Any idea?