tidev / vscode-titanium

Titanium SDK development tools and UI package for Visual Studio Code.
Apache License 2.0
38 stars 19 forks source link

Can't debugging with xcode 15 on device or simulator #1176

Open AhmedMSayed opened 11 months ago

AhmedMSayed commented 11 months ago

Describe the Bug

Can't debugging with xcode 15 on device or simulator [titanium-extension] Error processing "launch": {_stack}

Your Environment

Software Version
Titanium SDK 12.2.0.GA
Titanium CLI 6.1.1
XCode 15.0.0
VS Code 1.82.3
vscode-titanium 1.2.1

Logs

[titanium-extension] Error processing "launch": {_stack}

MAYJUNE1 commented 11 months ago

i m hitting Error processing "launch": 'Runtime' domain was not found: [object Object]

AhmedMSayed commented 11 months ago

I updated ios-webkit-debug-proxy, libusbmuxd (Formerly known as: usbmuxd) and libimobiledevice

  1. brew install ios-webkit-debug-proxy
  2. brew install libusbmuxd
  3. brew install libimobiledevice

That make it works for me

hansemannn commented 11 months ago

@AhmedMSayed Thanks for that! Can you do a PR to reflect those changes? Many devs would probably appreciate it!

jasonkneen commented 7 months ago

This is broken in 12.3.0.RC -- works in 12.2.1.GA