vscode-ios-debug icon indicating copy to clipboard operation
vscode-ios-debug copied to clipboard

Minimal example to get debugging to work with iOS 17

Open yorickreum opened this issue 5 months ago • 0 comments

This pull request is addressing the issues https://github.com/nisargjhaveri/vscode-ios-debug/issues/18 and https://github.com/nisargjhaveri/vscode-ios-debug/issues/24 and contains a minimal example of what is needed to get the extension to work with Apple LLDB, and hence compatible with iOS 17. It requires the XCode 16 beta. It's only using Apple LLDB and xcrun devicectl when really needed, the functions using ios-deploy are left as-is.

yorickreum avatar Sep 10 '24 17:09 yorickreum