Viktor Kuzmin

Results 78 comments of Viktor Kuzmin

How it works at my place. You need to install latest sweetpad and vscode-ios-debug. If you're using iOS >= 17 (Xcode >= 16) then you need to install patched version...

Great! It's really easy now to launch debug. With following config you may install, launch and debug: ``` { "version": "0.2.0", "configurations": [ { "name": "iOS Debug", "type": "lldb", "request":...

@hyzyla , thanks a lot! Just for notice: new changes allows to attach to running application on ios device and this is great, but there is one use case where...

Setting specific configuration is a 'must have' feature. I have no 'Debug' config in a project I am working on, but somehow it appears inside pbxproject and sweetpad chooses it....

Good idea. Will work on this when will have some time...

I will try to look on this today. Signing was a little bit specific and I was testing only the code itself.

This problem is described here: https://github.com/gradle/gradle/issues/26091#issuecomment-1836156762 It looks like removing javadoc stub, which is the same for all targets, solves problem. Maybe this stub is not needed ?

I've also updated PR - I've added publishing of Android 'debug' version, cause in other way you need something like this in your android project to work: ```kotlin android {...