-
Notifications
You must be signed in to change notification settings - Fork 275
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
Error updating Canva and CapCut #582
Comments
Sorry, there's been a miscommunication. The problem that you're describing here was identified in #491, #336 & other duplicate issues; it was fixed by PR #496. That PR has been merged into the The issue I was trying to investigate is the
Have you tried the |
That is an easy fix. I'll downgrade Nimble & Quick. The newer Xcode is more stringent about testing library macOS version requirements than my version of Xcode. |
@juanlazarde I've downgraded both Nimble & Quick in |
@rgoldberg It worked like a charm. Thanks!
Snapshot |
@juanlazarde Thanks. I do not know why the beta failed for you, since it worked for me, but it's good that Hopefully, all the fixes in Subscribe to the other issue you originally commented on to see when it closes, as we should have a new release then, so you'll be able to switch off of |
Your Environment
mas Install Method
brew install mas
(homebrew-core)Describe the Bug
When updating apps with
mas upgrade
, both CapCut (ID: 1500855883, version 4.8.0 -> 12.9.0) and Canva (ID: 897446215, version 1.97.0 -> 4.131.0) appear to start and finish the update process successfully, yet they remain unchanged. This is evident as they reappear when runningmas outdated
ormas upgrade
again, and their versions within the apps confirm this.To Reproduce
Steps to reproduce the behavior:
mas install {897446215,1500855883}
, or install from App Store.mas upgrade
to attempt upgrading all apps.mas outdated
to check for outdated apps.Expected Behavior
Mas
should recognize that both apps are updated to the latest versions in App Store and no longer appear as outdated when runningmas outdated
ormas upgrade
. Like all the other apps that did update.Actual Behavior
Despite running
mas upgrade
, both CapCut and Canva remain on their latest App Store versions, which do not align with the expected versions frommas
.Screenshots, Terminal Output
Additional Context
I have also tried the following steps to fix the issue, but none have worked:
mas uninstall 897446215
and deleted Canva from the App Library.mas install --force 897446215
to force update Canva.mas outdated output:
mas list output:
Workaround:
Just ignore it. But, the downside is that
mas
unnecessarily downloads and re-installs the app. Wasting time, space, and bandwith.Proposed Solutions:
mas upgrade --exclude 897446215
for users to use as workarounds or customize install.mas outdated
is not blank, add these apps to an exclusion list. Then provide the option to ignore, e.g.,mas upgrade --exclusion-list
. Perhaps automatically submit a ticket for the repo's admin to review and take proper action.Kudos!
Thank you, @rgoldberg, for your engagement and hard work in advancing this project. Following your suggestion, I moved this issue from #512 and separated it from the beta installation, as I believe they are unrelated. I don’t see it as a major issue (beta or not); it appears to stem from the index where MAS retrieves the latest versions. However, this presents an opportunity to address it programmatically.
The text was updated successfully, but these errors were encountered: