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
Could you create and upload to GitHub some example project that doesn't work with extension? Some basic Xcode project with the same structure as your example
I've updated the workspace parsing in the last version. Could you update the extension and check if it works for you?
@hyzyla perfect! Thank you so much 👏
thanks, now it works fine