sweetpad
sweetpad copied to clipboard
Wrong parsing multi project workspace
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