-
Notifications
You must be signed in to change notification settings - Fork 32
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
Seeing warning for altool deprecation. #137
Comments
Lines 44 to 62 in 295c39d
Apple published more about altool deprecation here: https://developer.apple.com/news/?id=y5mjxqmn |
Following as Apple sent out emails today around the deprecation of altool...
Will test overriding default of legacy altool... |
@philjones88 I switched from the deprecated
I used the But I realized that it is not working with Edit: I just realized that it seems locally my development identity is used, my issue might be related to this since I usually just build versions on our CI. |
Quick follow-up, I just realized that |
Will take a while to propagate around the ecosystem (a lot of packages depend on this one). But two PRs that should help:
|
Closing due to #141 |
I have a particular question regarding the utilization of new tools: I'm currently employing electron-updater to facilitate the automatic updating of my application. I have undergone notarization for my previous version using the legacy method, whereas the new version has been notarized using notarytool. I am concerned whether the update process will proceed smoothly despite the divergence in notarization methods. Unfortunately, I am unable to conduct a test since I exclusively engage in notarizing my application in the production environment. |
@LaurentGENTY I had the same issue a few weeks ago so i just "yoloed" an update in the middle of the night knowing that my app is usually not used at this time and everything worked without any issues. I use electron-builder to notarize (it uses this package) and electron-updater as well - so I guess there should not be any issues. |
Thank you! I believe the auto-update shouldn't encounter issues, considering that its functionality relies on certificates rather than the specific method of notarization 👍🏽 |
I faced same issue If anyone has idea about that please help us.
xcode : 14.3 |
I was getting the usual error while trying to build my app (as documented in #33)
But this time it had the extra warning of:
Just wanted to bring this into the attention of the maintainers.
P.S. would be willing to contribute if possible. Meanwhile this issue can be used to track more info about this.
The text was updated successfully, but these errors were encountered: