shesek / spark-wallet

⚡️ A minimalistic wallet GUI for c-lightning, accessible over the web or through mobile and desktop apps.
MIT License
341 stars 75 forks source link

Spark desktop for MacOS will not launch #164

Open MattDHill opened 3 years ago

MattDHill commented 3 years ago

We receive this generic error when attempting to open Spark Wallet on MacOS. We have tried on multiple machines.

Screen Shot 2020-12-13 at 5 39 28 PM
shesek commented 3 years ago

Can you try opening from the console and see if any errors show up?

ghost commented 3 years ago

When trying to launch from the command line I get an error stating "Permission denied". Running chmod a+rwx on the binary in the package fixed the launch problem but you then get an error stating that the app can't be opened. The console mentions a crash log because the Electron framework library could not be loaded. Specifically it mentions that the file is too short. It tries to load ../Electron Framework.framework/Electron Framework but this is just a text file that mentions a version number, not the actual library.