Open TheRouletteBoi opened 1 week ago
Try to install libplist with brew
Try to install libplist with brew
I have it installed already
➜ ~ brew install libplist
==> Downloading https://formulae.brew.sh/api/formula.jws.json
######################################################################### 100.0%
==> Downloading https://formulae.brew.sh/api/cask.jws.json
######################################################################### 100.0%
Warning: libplist 2.6.0 is already installed and up-to-date.
To reinstall 2.6.0, run:
brew reinstall libplist
Try to add DYLD_LIBRARY_PATH=/usr/local/lib/
before the sideloader path.
If it still doesn't work, then find where the library is installed and use DYLD_LIBRARY_PATH=<path>
instead
Description: While attempting to sideload an APK using sideloader-cli on macOS (arm64), I encountered an issue where the required libraries could not be loaded. The sideloader fails during the device provisioning step, with the following error message:
Environment:
macOS (arm64) sideloader-cli version: (tested both release and GitHub Actions build)