Answers for "error running `xcrun simctl list devices --json`: you may need to run sudo xcode-select -s /applications/xcode.app and try again."

0

error running `xcrun simctl list devices --json`: you may need to run sudo xcode-select -s /applications/xcode.app and try again.

What worked for me was uninstalling Carthage and installing it again.

brew uninstall carthage --force
brew install carthage
Posted by: Guest on March-13-2021

Code answers related to "error running `xcrun simctl list devices --json`: you may need to run sudo xcode-select -s /applications/xcode.app and try again."

Browse Popular Code Answers by Language