-
Notifications
You must be signed in to change notification settings - Fork 274
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
Can't uninstall Apps #637
Comments
@RixzZ Did the app get moved to the trash, or did it remain under |
It's still in |
@RixzZ was the app running while you uninstalled it? Apps are deleted by using a scripting bridge to Finder. The actual delete process is fairly opaque. No errors could have been thrown, the Finder Since deletion works for me (albeit on a different version on macOS), it will be hard to investigate this without being able to reproduce it somewhere where I can debug, or without learning about reflection-like capabilities of Swift to output more info in this circumstance for you to send to me after running it. Will get to this in a bit due to other more pressing issues. |
No... in fact, I don't think it was ever opened since it was installed. Also, the error thrown it's instant. It doesn't seem to do much before throwing it. This Mac it updated with Open Core to a version not officially supported by that hardware (2014 Mac Mini). |
Thanks for info. A successful uninstall should also be fairly instantaneous. Will probably be a while before I can get to investigating this. |
Your Environment
mas version
: 1.8.7system_profiler SPSoftwareDataType -detailLevel mini
): macOS 14.7 (23H124)mas Install Method
brew install mas
(homebrew-core).pkg
installer from releasesDescribe the Bug
When trying to uninstall apps (previously installed from the GUI, if that matters somehow), it errors with the following:
To Reproduce
Steps to reproduce the behavior:
sudo mas uninstall 682658836
.Expected Behavior
It should be able to uninstall it.
Actual Behavior
It errors out and apparently does nothing to the app.
Screenshots, Terminal Output
Additional Context
N/A
I don't know. Just started using 'mas'.
The text was updated successfully, but these errors were encountered: