sweetpad icon indicating copy to clipboard operation
sweetpad copied to clipboard

Wrong parsing multi project workspace

Open ivan-gaydamakin opened this issue 6 months ago • 1 comments

I have project like: Apps/Test1/Test1.xcodeproj Apps/Test2/Test2.xcodeproj MainProject.xcworkspace

So I selected xcworkspace and sweetpad detected schemes, but when I tried to run scheme, I got error:


  "message": "ENOENT: no such file or directory, open '<absolete path to project>/Test1/Test1.xcodeproj/project.pbxproj'",
  "level": 3,
  "time": "2024-07-31T06:47:58.860Z",
  "command": "sweetpad.build.launch",
  "error": {
    "errno": -2,
    "code": "ENOENT",
    "syscall": "open",
    "path": "<absolete path to project>/Test1/Test1.xcodeproj/project.pbxproj"
  }
}

Directory in command should be: <absolete path to project>/Apps/Test1/Test1.xcodeproj/project.pbxproj

ivan-gaydamakin avatar Jul 31 '24 06:07 ivan-gaydamakin