I found a solution here .
Thus, the link above explains that the problem may be related to installing Xcode without installing additional components.
Check if rvictl is installed, look for the /usr/bin/rvictl . If it does not exist, then rvictl is not installed. To install it, install the following package:
- Xcode.app/Contents/Resources/Packages/MobileDevice.pkg
- Xcode.app/Contents/Resources/Packages/MobileDeviceDevelopment.pkg
Restart your terminal and ... Voila! it should work now
END Jul 20 '18 at 13:24 2018-07-20 13:24
source share