sweetpad
sweetpad copied to clipboard
Sweetpad issue: No schemes
Please describe your issue here.
Last logs:
{
"message": "Failed to get schemes",
"type": "error",
"time": "2024-03-25T07:18:59.841Z",
"error": {
"context": {
"errorMessage": "Command failed with exit code 1: xcodebuild -list -json",
"stderr": "xcode-select: error: tool 'xcodebuild' requires Xcode, but active developer directory '/Library/Developer/CommandLineTools' is a command line tools instance",
"command": "xcodebuild",
"args": [
"-list",
"-json"
],
"cwd": "/Users/bona/Documents/Github/nerf-benchmark-mac-v2"
}
}
}
Hello 👋
Seems like you need to install Xcode. Currently, SweetPad extension is heavily dependant on Xcode, so in order to use it you need to install Xcode
You can try this solution https://stackoverflow.com/a/17980786