Posted on 12-02-2020 12:33 AM
Hello everyone,
I have been working on this for a long time now. I am trying to install Unity Hub on iMacs in the labs. The application installs fine, however it crashes every time it launches with a crash report. If I run it from terminal using the below command it works fine. sudo /Applications/Unity Hub.app/Contents/MacOS/Unity Hub
Is there a way to have this command run every time a user launches the application? At the moment this command only works once when the application is first installed. I have added that command to my policy in the files and processes payload. If i script it i think it would be the same issue where it would run only once and not whenever a user double clicks the app to launch it.
Thanks for your help in advance.
Posted on 12-02-2020 01:10 AM
Have you verified that the Permissions are correct?
Posted on 12-02-2020 12:34 PM
@claudiogardini yeah here is what i have for my composer permissions..
Posted on 12-02-2020 02:29 PM
Change it to root / wheel instead of root / admin
Posted on 12-03-2020 02:55 AM
@CSCC-JS Thanks for the suggestion i tried that and also changed the permissions to 777 and tried with a pkg and a dmg.
Posted on 08-30-2023 11:58 PM
How did you go changing those permissions? Did it end up working for you?