Skip to content
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

swda CLI executable won't run because it isn't signed. #58

Open
seancolins opened this issue May 4, 2022 · 2 comments
Open

swda CLI executable won't run because it isn't signed. #58

seancolins opened this issue May 4, 2022 · 2 comments

Comments

@seancolins
Copy link

Not sure why, but the SWDA executable will not run because of a signature problem. Is anyone else aware of this, and found a work around for mass deployment?

@kbluck
Copy link

kbluck commented May 20, 2022

You can fix this locally with:
xattr -d com.apple.quarantine /path/to/swda

The app does seem to be correctly signed and notarized as far as I can tell. I tried screwing around with spctl and adding a rule didn't work, even disabling GateKeeper completely didn't work. So, something about the file having this extended attribute added due to being downloaded. I don't know if that's something that can even be fixed in the build.

@seancolins
Copy link
Author

seancolins commented May 20, 2022 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants