Al4ise / Azule

Other
495 stars 50 forks source link

azule pathfinding issue #137

Open dayanch96 opened 1 year ago

dayanch96 commented 1 year ago

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

Al4ise commented 1 year ago
  1. what macos are you on?
  2. did you properly git clone the repo?
dayanch96 commented 1 year ago
  1. 12.5
  2. its auto-updated. tried even re-clone - same issue.
  3. temporarily fixed by using 27c02b4 commit
dayanch96 commented 1 year ago

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 ./

Al4ise commented 1 year ago

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

dayanch96 commented 1 year ago

alias realpath to grealpath

it fixed. thank you and have a good one