-
Notifications
You must be signed in to change notification settings - Fork 49
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
Received error that app needs to be updated #11
Comments
The application is not signed with valid developer certificate. This because I don't pay the 100 euros per year to Apple for a developer account. So every first time the app is opened it will give this notice. You can prevent it by opening it via right click:
I hope this answers your question. Otherwise feel free to re-open this issue. |
I think the message saying that the app needs to be updated is related to the python version. According to here this error is shown if the app uses python 2.7. Apple are displaying the warning because macOS 13 will only have python 3 pre-installed. Edit: Not that I see any python scripts in the code though..... |
The app uses youtube-dl in the background, which is programmed in Python. So I suppose you're right. |
Just an FYI, YouTube-dl has some new developers taking over. The old version of youtube-dl will continue to be developed, but there is a new branch called yt-dlp that I believe uses more modern Python and has more features. |
Thank you for the heads-up. I will look into migrating to |
I have updated the app to work with |
Received an error that the app needs to be updated. The program does not show that it is running or will not run on my Macbook Air (M1) running version 11.4.
The text was updated successfully, but these errors were encountered: