- Home /
Mac build not run on other users mac
Basically I have exported mac build from my mac and deliver this exported build to other mac user. But they can't able to execute and play game. At present nothing happening when they double click on game build. But my mac can able to play same build, please give some help into this.
I want to generate mac build that can be playable by all other mac users.
Answer by siddharth3322 · Jan 22, 2021 at 01:34 PM
I notice that its permission changing issue. You have to change permission of generated mac build. Then it can able to run on any other mac. One more point I noticed, if any other platform specific code exist then it can't able to run within mac build so app just get started and on the spot get closed.
Here is statement to change mac build permission using Terminal:
chmod 7777 trafficDevil.app/contents/macos/*
Here is complete discussion about this topic: Mac build not run on other users mac
Your answer
Follow this Question
Related Questions
mac platform 1 Answer
Distribute terrain in zones 3 Answers
Mac build not working?! Quick help please 0 Answers