I can see the bundle id is listed if I try ios-deploy -W -B flag (-B)
Also return true when I try ios-deploy --bundle_id com.myapp.bundle.id -e.
For both --list or --download fails with Unable to find bundle with id: com.myapp.bundle.id
I do have the appstore certificate for the app both distribution and development installed on my machine.
Expected behavior
I would expect to explore/download the content of the app
Actual behavior.
Throws in correct error saying could not find bundle.
Steps to reproduce the problem
Download any app from app store
Find the bundle id with -B
Try to download content (most app should have something in library/preferences or documents directory or atleast empty content
System Specs
Please run the commands below in your Terminal.app and include it in the issue. Check when done and include results below.
[x] 1. system_profiler SPSoftwareDataType
System Version: macOS 11.4 (20F71)
Kernel Version: Darwin 20.5.0
Boot Volume: Macintosh HD
Boot Mode: Normal
Computer Name: XXXXXXXX
User Name:XXXXXXX
Secure Virtual Memory: Enabled
System Integrity Protection: Enabled
Time since boot: 1 day 14:34
[x] 2. ios-deploy -V
1.11.3 and 1.11.4
installed via homebrew
[x] 3. xcodebuild -version
Xcode 13.2.1
Build version 13C100
[x] 4. xcode-select --print-path
/Applications/Xcode.app/Contents/Developer
[x] 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/MacOSX.sdk/usr/include/c++/4.2.1
Apple clang version 13.0.0 (clang-1300.0.29.30)
Target: x86_64-apple-darwin20.5.0
Thread model: posix
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
I'm unable to list any of my app folders, also noticed that i have to put the args in a specific order, not sure why they are order sensitive
% ios-deploy --id --mkdir /Documents --bundle_id
% ios-deploy --id --list=/Documents --bundle_id
both commands create a folder and read that it exists.
I can see the bundle id is listed if I try
ios-deploy -W -B
flag (-B)Also return
true
when I tryios-deploy --bundle_id com.myapp.bundle.id -e
.For both
--list
or--download
fails withUnable to find bundle with id: com.myapp.bundle.id
I do have the appstore certificate for the app both distribution and development installed on my machine.
Expected behavior
I would expect to explore/download the content of the app
Actual behavior.
Throws in correct error saying could not find bundle.
Steps to reproduce the problem
System Specs
Please run the commands below in your Terminal.app and include it in the issue. Check when done and include results below.
[x] 1. system_profiler SPSoftwareDataType
System Version: macOS 11.4 (20F71) Kernel Version: Darwin 20.5.0 Boot Volume: Macintosh HD Boot Mode: Normal Computer Name: XXXXXXXX User Name:XXXXXXX Secure Virtual Memory: Enabled System Integrity Protection: Enabled Time since boot: 1 day 14:34
[x] 2. ios-deploy -V
1.11.3 and 1.11.4 installed via homebrew
Xcode 13.2.1 Build version 13C100
/Applications/Xcode.app/Contents/Developer
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/4.2.1 Apple clang version 13.0.0 (clang-1300.0.29.30) Target: x86_64-apple-darwin20.5.0 Thread model: posix InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
11.1.0 and 13.0.1
lldb version 13.0.1
N/A
8.1.0
v17.0.1