-
Notifications
You must be signed in to change notification settings - Fork 63
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
Mac installer package fails to run post installation #435
Comments
Thanks but i am on Apple Silicon, and running the arm64 package. |
@borez Let me check the uploaded package... Yeah, for some reason it is broken, let me upload again. |
So, I regenerated the app and dmg image, before uploading it I run both the app and the extracted app from dmg, and they both worked. But after uploading it to GitHub and downloading back again, it stopped working. As I understand there is an issue with the signature, so the running the following Not an ideal solution, but will let you run it until I found a solution. xattr -dr com.apple.quarantine /Applications/DisplayCAL.app |
As I see the But, I believe, in our case, the attribute persists... Still looking for a solution... |
you might try dummy signing: |
@MStraeten thanks for the suggestion, I ran the codesign --sign - --verbose --deep --force --preserve-metadata=entitlements,requirements,flags,runtime -i "net.displaycal" DisplayCAL-3.9.14-macOS_arm64.dmg I uploaded it, downloaded again, and it is still displaying the same error, and it still requires the |
Describe the bug
A clear and concise description of what the bug is.
Latest MacOS package fails to open, with an error displayed.
Versions (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: