-
Notifications
You must be signed in to change notification settings - Fork 273
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pencil2D arm64 build is damaged #1846
Comments
Are you choosing the "macOS (Intel)" or the "macOS (Apple Silicon)" option when downloading from the nightly build page? |
I am not able to reproduce this behavior, the Intel binary works fine for me. I am however running Monterey instead of Sonoma. Trying to open a Silicon .app on a Intel macbook should not result in that error message though. |
I can confirm that the Apple silicon build does not work and output the "Application is damaged" popup. Digging into the problem it looks like a signing issue.
and when you dig into the frameworks themselves, for example QtCore.framework, we see:
Where as with the intel binary I get:
Which is what I would have expected for both. So for some reason the signing process is not the same for the arm application... |
I still haven't figured out why this is necessary for the arm64 build but re-signing the application works.
you can then verify the integrity of the application like so (which is not necessary)
The result should be something like:
If you double-click on the application now, it should display the normal "can't verify developer, would you like to open anyway" where clicking "ok" opens the app. |
@MrStevns Would I type this command in the terminal? I am sorry but I do not know how I am supposed to input this if possible are you able to list the steps for me? It is not a priority as I am able to animate on an older verison of Pencil2d that I have that is working correctly. I will also link a picture and a link for the intel Macbook pro that I have that is not able to download the Pencil 2d application. |
@MrStevns |
Ah sorry, yes that would have to be inputted into the terminal, but actually what I wrote was meant as information for the other contributors not necessarily for you to do yourself 😅 Good to see that you got the intel version working but as I mentioned earlier, something strange is indeed going on with the Silicon app file, so there's still something for us to look into. |
I can confirm the results of @MrStevns On my Intel MacBook Pro 2017,
On my Apple silicon MacBook Air,
|
Issue Summary
Pencil 2d will not open and the prompt will inform me that it is damaged and needs to be deleted.
Actual Results
I will keep getting the Pencil 2d is damaged, it should ask me to verify that I want to open the application
Expected Results
it should ask me to verify that I want to open the application.
Video or Image Reference
Steps to reproduce
I select the nightly build link that is listed on the Pencil@D website and then It will download. I will then go to the download file and unzip it. once it unzips I will then select the Pencil2D icon and a pop up will appear telling me that the file is damaged and needs to be thrown in the trash.
System Information
The text was updated successfully, but these errors were encountered: