Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't download files from Wifi-connected devices #340

Closed
6 tasks done
ChrisMash opened this issue May 9, 2018 · 2 comments
Closed
6 tasks done

Can't download files from Wifi-connected devices #340

ChrisMash opened this issue May 9, 2018 · 2 comments

Comments

@ChrisMash
Copy link

Trying to download files from devices (iPad/AppleTV) connected over wifi (rather than usb) silently fails. Works fine if they're connected over usb (bear in mind that the 4k AppleTV can't be connected over USB).

Run command:
ios-deploy -i <device_id> --bundle_id <bundle_id> --download=/Library --to dl

Expected behavior

The contents of the /Library folder are downloaded to the 'dl' folder

Actual behavior.

Nothing is downloaded, no errors are output

System Specs

Please run the commands below in your Terminal.app and include it in the issue. Check when done and include results below.

  • 1. system_profiler SPSoftwareDataType
    System Version: macOS 10.13.4 (17E199)
    Kernel Version: Darwin 17.5.0
    Boot Volume: Macintosh HD
    Boot Mode: Normal
    Computer Name: Chris' MacBook Pro
    User Name: Chris Mash (chrismash)
    Secure Virtual Memory: Enabled
    System Integrity Protection: Enabled
    Time since boot: 1 day 6:16
  • 2. ios-deploy -V
    1.9.2
  • 3. xcodebuild -version
    Xcode 9.3
    Build version 9E145
  • 4. xcode-select --print-path
    /Applications/Xcode.app/Contents/Developer
  • 5. gcc --version
    Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/c++/4.2.1
    Apple LLVM version 9.1.0 (clang-902.0.39.1)
    Target: x86_64-apple-darwin17.5.0
    Thread model: posix
    InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
  • 6. lldb --version
    lldb-902.0.79.2
    Swift-4.1
@dstimm-gpfw
Copy link

I am also having the same problem.

@gabebear
Copy link

gabebear commented Dec 9, 2019

This should work now

@gabebear gabebear closed this as completed Dec 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants