Need to install iOS13.3 in a Mac machine using terminal.
With xcversion simulators --install="iOS 13.3"
Receiving -bash: /usr/local/bin/xcversion: /System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/bin/ruby: bad interpreter: No such file or directory
On inspecting /System/Library/Frameworks/Ruby.framework/Versions/ folder, able to see the version 2.6 folder.
Need to install iOS13.3 in a Mac machine using terminal.
With
xcversion simulators --install="iOS 13.3"
Receiving-bash: /usr/local/bin/xcversion: /System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/bin/ruby: bad interpreter: No such file or directory
On inspecting
/System/Library/Frameworks/Ruby.framework/Versions/
folder, able to see the version2.6
folder.Any Hints are appreciated.