Open made-by-chris opened 8 years ago
For “does not start”, can you elaborate? Are there any error messages?
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.
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.
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!
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
@basiclaser: Does it work after renaming to brain
, or before renaming?
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