elixir-desktop / ios-example-app

xcode project wrapper around the Elixir TodoApp Desktop app to run on iOS
MIT License
72 stars 6 forks source link

/Users/zuzannakowal/projects/24.beta/activate: No such file or directory #3

Closed tomekowal closed 2 years ago

tomekowal commented 2 years ago

Hi! I've heard about the project in Thinking Elixir podcast.

I wanted to try it and when building I am getting the following error:

/Users/zuzannakowal/Library/Developer/Xcode/DerivedData/todoapp-brtxmrwciyidivgfgljugmuxqxyc/Build/Intermediates.noindex/todoapp.build/Debug-iphonesimulator/todoapp.build/Script-EC8A1FD6270B4EF900054F1C.sh: line 7: /Users/zuzannakowal/projects/24.beta/activate: No such file or directory
Command PhaseScriptExecution failed with a nonzero exit code

It might be an error with my setup. I am an elixir developer and just freshly installed xcode.

amokan commented 2 years ago

@tomekowal I may be mistaken, but looking at the README here https://github.com/elixir-desktop/ios-example-app#update-built-in-runtime it looks like that should setup that path for you

tomekowal commented 2 years ago

Oh, right. However, it does not work currently on Mac. I get error described in this issue: https://github.com/erlang/otp/issues/5893 Am I correct that this command uses custom build without the patch mentioned in that issue?

dominicletz commented 2 years ago

Building this is still too difficult, but 25 is now out there and all external pieces are in place to make things easier. Will give a shot in the next couple of weeks.

dominicletz commented 2 years ago

Done, no need for the custom builds anymore!