azule pathfinding issue
dan@MacBook-Pro-DAN ~ % azule /usr/local/bin/azule: line 387: realpath: command not found fatal: not a git repository (or any of the parent directories): .git fatal: not a git repository (or any of the parent directories): .git fatal: not a git repository (or any of the parent directories): .git [*] Couldn't Update Azule
- what macos are you on?
- did you properly git clone the repo?
- 12.5
- its auto-updated. tried even re-clone - same issue.
- temporarily fixed by using 27c02b4 commit
and this is what i have if try to inject dylib into ipa: /usr/local/bin/azule: line 387: realpath: command not found /usr/local/bin/azule: line 435: realpath: command not found /usr/local/bin/azule: line 437: realpath: command not found fatal: not a git repository (or any of the parent directories): .git fatal: not a git repository (or any of the parent directories): .git fatal: not a git repository (or any of the parent directories): .git
my azule located in user directory ./
uh shit, ig realpath is not on macos pre-ventura. a solution may be to update to the latest macos. Another temporary workaround is to install coreutils through homebrew and to alias realpath to grealpath. I will try to fix stuff later
alias realpath to grealpath
it fixed. thank you and have a good one