sweetpad-dev / sweetpad

Develop Swift/iOS projects using VSCode
https://marketplace.visualstudio.com/items?itemName=sweetpad.sweetpad
MIT License
117 stars 3 forks source link

Sweetpad issue: No schemes #6

Closed wannafedor4 closed 2 months ago

wannafedor4 commented 2 months ago

Please describe your issue here.

Last logs:

{
  "message": "Failed to get schemes",
  "type": "error",
  "time": "2024-04-10T18:50:25.612Z",
  "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/------------/Developer/Game Lounge"
    }
  }
}
hyzyla commented 2 months ago

Hello! Seems like you need to install Xcode build tools. Could you try solution from this issue ?

https://github.com/sweetpad-dev/sweetpad/issues/3#issuecomment-2017742269

wannafedor4 commented 2 months ago

That fixed it. Thanks!