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

[mac] 'The application ILSpy can't be opened' error on launch #42

Closed
gsgou opened this issue Aug 2, 2020 · 7 comments
Closed

[mac] 'The application ILSpy can't be opened' error on launch #42

gsgou opened this issue Aug 2, 2020 · 7 comments

Comments

@gsgou
Copy link

gsgou commented Aug 2, 2020

Workaround it with
chmod +x "/Applications/ILSpy.app/Contents/MacOS/ILSpy"

@vodiylik
Copy link

same problem

@eAi
Copy link

eAi commented Feb 10, 2021

Same problem here too - workaround worked though. Would distributing as a DMG help?

@jeffreye
Copy link
Member

@eAi it compiled in a windows server (azure) , chmod might not work there. This is likely the root cause.

jeffreye added a commit that referenced this issue Feb 11, 2021
@jijiechen
Copy link

It helped, thanks a lot.

To help people searching, in my case, the error message was "You do not have permission to open ILSpy, contact Your computer or network Administrator for assistance."

@ricsirigu
Copy link

ricsirigu commented Jan 28, 2022

I am facing the same issue (ILSpy is damaged and can't be opened),
and unfortunately the workaround doesn't work in my case :(
I have Monterey on a MacBook with the M1.
I tried both the arm64 and the x64 releases with no luck

@jeffreye
Copy link
Member

Please have a look at #63 too

@ricsirigu
Copy link

Please have a look at #63 too

Thanks, it worked with xattr -rd com.apple.quarantine /Applications/ILSpy.app

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

No branches or pull requests

6 participants