mmmrrr

mmmrrr

Elixir desktop iOS example not working: Command PhaseScriptExecution failed with a nonzero exit code

I’m currently toying around with elixir desktop and I really like the concept. I can run the desktop example just fine on my mac but not the iOS sample.

The error I’m currently seeing is Command PhaseScriptExecution failed with a nonzero exit code in XCode.

Do you have any pointers on how to debug such problems @dominicletz?

Most Liked

dominicletz

dominicletz

Creator of Elixir Desktop

Have a look at the detailed build errors in XCode. This looks like the mix compile which is executed by XCode during the deployment failed. You’ll find it in the output panel - imho apple has done a great job at hiding that…

Let me know if you have trouble finding that and I can post a screenshot later tonight.

mmmrrr

mmmrrr

Thanks for the quick answer :slight_smile:
You were right, they have done an awesome job at hiding the build output panel :smiley: The problem was that xcode could not find my installation of mix (which is installed through nix). After specifying the whole path the script went through and the app “started” (as in: it did show the launch screen).

Now I have the problem that it crashes on start but I assume that this is because of non matching BEAM versions since I haven’t yet installed the correct elixir Version specified in the readme.

dominicletz

dominicletz

Creator of Elixir Desktop

Yes, non-matching beam versions will crash

Where Next?

Popular in Questions Top

minhajuddin
I have seen a lot of code which picks the first element from a list using Enum.at(0) instead of List.first. Is there a reason why people ...
New
ovidiubadita
Hey all, I discovered Elixir and I love it. I always wanted to learn a functional programming and I intended to go for Haskell, but afte...
New
skosch
To my knowledge, put_in, Map.update etc. all have the one limitation of not automatically creating intermediate keys when needed (for exa...
New
lessless
I believe there are people here who are dealing with CSV files import on the daily basis, and since Excel is a really popular tool there ...
New
gshaw
What is the idiomatic way of matching for not nil in Elixir? E.g., First way: defp halt_if_not_signed_in(conn, signed_in_account) when...
New
bsollish-terakeet
Credo is smart enough to check for (something like) this: assert length(the_list) == 0 with this response: Checking if an enum is empt...
New
WestKeys
Currently suffering from paralysis by [HTTP client] analysis. This is rather unusual in Elixirland as there tends to be consensus on the ...
New

Other popular topics Top

chrismccord
Phoenix 1.4.0 released Phoenix 1.4 is out! This release ships with exciting new features, most notably with HTTP2 support, improved deve...
688 31525 112
New
AstonJ
Seen any cool LiveView demos, sample apps or examples? Please post them here! :003:
New
bsollish-terakeet
Credo is smart enough to check for (something like) this: assert length(the_list) == 0 with this response: Checking if an enum is empt...
New
msaraiva
Surface is an experimental library built on top of Phoenix LiveView and its new LiveComponent API that aims to provide a more declarative...
564 44167 214
New
Harrisonl
We have an ECS cluster with 4 services, where each task joins a single cluster, via discovery ECS discovery service. Currently when I de...
New
AstonJ
Posting this to see if we can make things easier for people to get into Neovim. If you use Neovim and have a favourite distro please let ...
New

We're in Beta

About us Mission Statement