I can't open the app I built for OSX.

Asked 1 years ago, Updated 1 years ago, 61 views

Web-delivered the application for OSX created in the Unity project.
"When downloaded from the web, ""Application ""Application Name"" cannot be displayed.
The security settings have been changed to Allow Applications from the App Store and verified manufacturers.
I can open the app printed in the build, but I can't open it when I download it from the web.

Where can I fix security on Unity?

Environment
Unity 2018.3.13 f1
Mac OS Catalina Version 10.15.4

macos unity2d

2022-09-30 21:48

1 Answers

This may be due to:

Make sure that the app name .app/Contents/MacOS/* has execution permissions +x.
You may get this error if you do not have permission to run it.

Note: https://superuser.com/q/898124/680903

In the first version of Catalina, the default extraction software is bugged.Check to see if the same error occurs when unzipped with other unzipping software.

This should cause the error message to be different, but I would also like to make sure that Catalina may be stuck with nortalization (notarized).To avoid it, please normalize the app.


2022-09-30 21:48

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.