Open RixzZ opened 1 week ago
@RixzZ Did the app get moved to the trash, or did it remain under /Applications
?
It's still in /Applications
.
@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 delete()
function doesn't seem to have deleted the app folder for you, and the object returned by that function didn't have a file URL for the app folder since it wasn't deleted.
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). I didn't detect any limitation with any software (Apple's or 3rd Party), so I don't think it matters, but anyway, just in case.
Thanks for info.
A successful uninstall should also be fairly instantaneous.
Will try to get to this next week, but might be busy with other stuff.
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'.