0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

ElectronをバージョンアップしたらMacアプリのCode Signができなくなった話

Posted at

前回に引き続きElectron9のにバージョンアップした際に困ったことメモです

MacアプリのCode Sign

  • Macアプリは10.14.5以降、署名と公証されていないといけなくなっています参考
  • なのでアプリの配布には署名作業が必須
  • 使っているライブラリ
    • 署名用ライブラリ: electron-osx-sign
    • アプリのビルド: electron-builder

Electron9へバージョンアップした後.appへの署名に失敗

  • [ERROR] app is not signed [xxxxxx.app]
  • と言われた

対策

  • electron-osx-signを最新化 v0.4.11 --> v0.4.17
  • electron-builderを最新化 v22.1.0 --> v22.7.0

これで署名できた!

参考

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?