quark-shell-mac icon indicating copy to clipboard operation
quark-shell-mac copied to clipboard

Executable does not execute from /Applications

Open made-by-chris opened this issue 9 years ago • 6 comments

Is there a panel within xcode to determine an applications permissions? My compiled application works great, but does not start when it is inside /Applications. It starts fine from documents,downloads, and user/Applications. Thanks

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/29552902-executable-does-not-execute-from-applications?utm_campaign=plugin&utm_content=tracker%2F899498&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F899498&utm_medium=issues&utm_source=github).

made-by-chris avatar Jan 03 '16 15:01 made-by-chris

For “does not start”, can you elaborate? Are there any error messages?

xhacker avatar Jan 05 '16 00:01 xhacker

If you double-click on the application from within /Applications, nothing happens. No popups, no errors, nothing. The app runs fine from within user space. ( you can try it if you like http://system-art.io/brain ) Thanks for your great platform and continued support xhacker.

made-by-chris avatar Jan 05 '16 09:01 made-by-chris

It works fine on my computer. Can you try right click the app, and select “Open”?

No problem :) It’s my pleasure if the framework really helps.

xhacker avatar Jan 05 '16 09:01 xhacker

Are you sure it was it /Applications and not /Users/USER/Applications ? I have tested context>"open". It did not work unfortunately. I even dragged the working version from my desktop into /Applications and it didn't work from there. I will be uploading the entire project to github in half an hour, will notify you then. Thanks!

made-by-chris avatar Jan 05 '16 13:01 made-by-chris

Hi again, here's my dev setup https://github.com/basiclaser/brain The problem seems to be related to renaming the ${EXECUTABLE_NAME} to 'brain'. If i leave the name, the application runs fine from /Applications

made-by-chris avatar Jan 05 '16 15:01 made-by-chris

@basiclaser: Does it work after renaming to brain, or before renaming?

xhacker avatar Jan 26 '16 19:01 xhacker