samdmarshall / SDMMobileDevice

MobileDevice Implementation
BSD 3-Clause "New" or "Revised" License
574 stars 97 forks source link

iosdeploy lldb support seems incomplete #77

Closed ryu2 closed 7 years ago

ryu2 commented 9 years ago

When I do iosdeploy -d <udid> -a <path to my .app file>

it installs OK and I can launch manually from my device, but then I get this when it spawns lldb:

  (lldb) target create "/tmp/sdmmd-lldb-prep"
error: '/tmp/sdmmd-lldb-prep' doesn't contain any 'host' platform architectures: x86_64h, x86_64, i386

(lldb)

Looking at /tmp/sdmmd-lldb-prep and iosdeploy/main.c it looks like a lot of the variables aren't expanded, and lldb prep commands missing. Is this something you're actively working on now. If not, happy to do this and submit a PR. Thanks!

samdmarshall commented 9 years ago

Yes! it isn't complete yet, i never got around to finishing it. If you want to submit a PR for adding that support that would be awesome.