sweetpad icon indicating copy to clipboard operation
sweetpad copied to clipboard

Develop Swift/iOS projects using VSCode

Results 17 sweetpad issues
Sort by recently updated
recently updated
newest added

My current workflow is pretty god. But, it's kinda sad to rerun both `xcode gen` and `xcode-build-server` on every new file created, so it would be awesome if on every...

Please describe your issue here. Last logs: ```json { "message": "Failed to get schemes", "type": "error", "time": "2024-03-25T07:18:59.841Z", "error": { "context": { "errorMessage": "Command failed with exit code 1: xcodebuild...

In one project I work on we have two apps on the same repo and the extension cannot find the schemes because the response from `xcodebuild -list -json` has a...

Hi, I'm trying to use this extension when connecting to my Mac remotely using VSCode's remote extension though SSH. SweetPad's tab is only loading and does nothing. It works when...

Please describe your issue here. Last logs: ```json { "message": "Failed to get schemes", "level": 3, "time": "2024-08-13T18:58:29.249Z", "error": { "options": { "context": { "errorMessage": "Command failed with exit code...

Opening Sweetpad and running the simulator or running it with commands is too much work. Also, the process of deciding what to do with an already open simulator makes the...

Hi there, When running sweetpad:build/test/clean, it reports "KNOWN_ISA[obj.isa] is not a function". The other commands work fine. It's not repro if I create a new project, so I guess it's...

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...

Not sure if i'm missing it but I cant find how to use a physical device

Hi Are there plans to support tests via the extension, like showing/running via test explorer?