Hi there, attempting to use Wireshark to debug a faulty app, I am struggling to use rvictl to create a virtual interface.
which throws
When issuing the command (with or without sudo):
It throws:
I have executed
which returns:
Any idea?
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
Code Block Applications/Xcode-beta.app/Contents/Resources/Packages
issued command
Code Block sudo launchctl load -w /Library/Apple/System/Library/LaunchDaemons/com.apple.rpmuxd.plist
which throws
Code Block "Load failed: 37: Operation already in progress"
When issuing the command (with or without sudo):
Code Block rvictl -s <phone-UID>
It throws:
Code Block Starting device <phone-UID> [FAILED]
I have executed
Code Block sudo installer -pkg /Applications/Xcode.app/Contents/Resources/Packages/MobileDeviceDevelopment.pkg -target /
which returns:
Code Block installer: Package name is MobileDeviceDevelopment installer: Upgrading at base path / installer: The upgrade was successful.
Any idea?