-
Notifications
You must be signed in to change notification settings - Fork 468
Description
Command Used:
ios-deploy -i <DEVICE_UDID> --download --bundle_id <BUNDLE_ID> --to ./local_folder
Expected behavior which only occurs on devices running a pre iOS 13 beta iOS version such as iOS 11.x and iOS 12.x
[.....] Waiting for iOS device to be connected
[.....] Using <DEVICE_UDID> (J71bAP, J71bAP, unknownos, unkarch) a.k.a '<DEVICE_NAME>'.
//
/Documents/
/Documents/OutputLog.txt
/Documents/ReturnCode.txt
/Library/
/Library/Caches/
/Library/Preferences/
/SystemData/
/tmp/
ls ./local_folder
Documents Library tmp
Actual behavior on iPhone 6s device running iOS 13 beta. Just outputs two lines below and then exits with return code of 0.
[.....] Waiting for iOS device to be connected
[.....] Using <DEVICE_UDID> (J71bAP, J71bAP, unknownos, unkarch) a.k.a '<DEVICE_NAME>'.
ls ./local_folder
Steps to reproduce the problem
- Install iOS 13 beta on a model of iPad or iPhone that supports iOS 13 beta.
- Launch an App on the iOS 13 beta device using Xcode 11 beta.
- Run the previously mentioned ios-deploy command with the --download option
- Check to see if you locally get the folders(Documents,Library,tmp) from the App container
- Do the same thing using the same version of ios-deploy and Xcode 11 beta on an iOS device running iOS 11 or iOS 12 and you will properly download the folders mentioned in step 4), but not when the device is running iOS 13 beta.
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.14.5 (18F132) Kernel Version: Darwin 18.6.0 Boot Volume: Macintosh HD Boot Mode: Normal Computer Name: IMAC User Name: userx (userx) Secure Virtual Memory: Enabled System Integrity Protection: Enabled Time since boot: 4 days 2:22
-
2. ios-deploy -V
1.9.4 -
3. xcodebuild -version
Xcode 11.0
Build version 11M336w -
4. xcode-select --print-path
/Applications/Xcode-beta.app/Contents/Developer -
5. gcc --version
Apple clang version 11.0.0 (clang-1100.0.20.17)
Target: x86_64-apple-darwin18.6.0
Thread model: posix
InstalledDir: /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin -
6. lldb --version
lldb-1100.0.25.3
Apple Swift version 5.1 (swiftlang-1100.0.38.29 clang-1100.0.20.14)