nisargjhaveri / vscode-ios-debug

iOS debugging in Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=nisargjhaveri.ios-debug
90 stars 11 forks source link

Support for XCode version > 14 #24

Open yorickreum opened 1 week ago

yorickreum commented 1 week ago

Starting with XCode version 15, ios-deploy does not work properly anymore, causing this extension to crash. With XCode version 16 (currently beta) however, Apple introduced native LLDB support. See details in issue https://github.com/ios-control/ios-deploy/issues/588 Is there any plan on supporting XCode versions > 14 currently?

nisargjhaveri commented 1 week ago

Yes, I'd like to add the support. The last I had checked, there were still gaps in the devicectl and lldb to support the end to end scenarios. Seems like things might have changed in Xcode 16.

I'm hoping to get some time to work on this later this month. If you or someone else can help out with experimentation or changes, I'd be more than happy to review PRs in this direction.

nisargjhaveri commented 1 week ago

18 also has some more conversations around this.