Description
Include the command line arguments you used for ios-deploy.
ios-deploy --debug --download --bundle_id com.hyperknot --to ios
Expected behavior
This line should work without --debug
ios-deploy --download --bundle_id com.hyperknot --to ios
Actual behavior.
If I do not supply --debug
, the command waits forever. If I supply --debug
it works well.
- Run app on iOS using Xcode.
- Try to download contents using ios-deploy.
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
Software:System Software Overview:
System Version: macOS 10.12.6 (16G1036) Kernel Version: Darwin 16.7.0 Boot Volume: osx Boot Mode: Normal Computer Name: user’s MacBook Pro User Name: user (user) Secure Virtual Memory: Enabled System Integrity Protection: Enabled Time since boot: 5 days 21:38
-
2. ios-deploy -V
1.9.2 -
3. xcodebuild -version
Xcode 9.1
Build version 9B55 -
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=/usr/include/c++/4.2.1
Apple LLVM version 9.0.0 (clang-900.0.38)
Target: x86_64-apple-darwin16.7.0
Thread model: posix
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin -
6. lldb --version
lldb-900.0.57
Swift-4.0