Justinmind app will not open from application folder
Hi,
I'm having trouble with the justinmind.app stating that it needs to be dragged to application folder first in order to be launched. I used a custom command via mdm to install the dmg file on the destination device. What's the fix?
Previous successful attempts did give the login for the app, but if switch to a different user on the same device it would give the same error. Please advise
Files:
Screen Shot 202...
It's because it copies only with read permissions for the other users. You just need to change the permissions of the .app to make it writeable for all the users. You can use a similar command than this:
chmod -R 777 /Applications/Justinmind.app/
It's because it copies only with read permissions for the other users. You just need to change the permissions of the .app to make it writeable for all the users. You can use a similar command than this:
chmod -R 777 /Applications/Justinmind.app/
Replies have been locked on this page!