ish-app / ish

Linux shell for iOS
https://ish.app
Other
16.37k stars 859 forks source link

Xcode compile failed #2182

Open zhuyucheng30428 opened 11 months ago

zhuyucheng30428 commented 11 months ago

I was on macOS 14 and using Xcode-beta 15 when I got this error:

截屏2023-07-29 01 12 12

I have installed meson and libarchive. Plus, meson could be found in my environment in terminal. Any ideas why this happens?

saagarjha commented 11 months ago

Are they on your shell’s PATH? How did you install them?

zhuyucheng30428 commented 11 months ago

Are they on your shell’s PATH? How did you install them?

I think it's anaconda. First I installed it in anaconda base environment.

截屏2023-07-29 09 07 56

Then I tried installing it using the pip in /usr/bin/pip3

截屏2023-07-29 09 39 40

I have also added it to PATH by editing .bash_profile: export PATH="$PATH:/Users/tom/Library/Python/3.9/bin"

saagarjha commented 11 months ago

(Did that help, or do you still have issues building?)