0

我是 Electron 新手,但我electron-packager为 MacOS 打包(使用)的应用程序在 10.12.X 和 10.13.X 上运行良好,但在 10.10.5 上运行良好。

有没有办法让它也兼容El Capitan 10.10.5

当我尝试运行应用程序时,出现错误

Check with the developer to make sure SimpleMath works with this version of OS X. You may need to reinstall the application. Be sure to install any available updates for the application and OS X.
4

2 回答 2

1

实际上,你不能这样做。

因为它们仅支持 10.11.6 版本。我已经尝试了很多时间。

但是,我找不到任何解决方案。

于 2018-08-29T11:29:54.463 回答
0

我相信您的问题已在此处的官方文档中得到解答:

构建说明 (macOS)

该文件还指出:

... 官方 Electron 版本是使用 Xcode 9.4.1 和 macOS 10.13 SDK 构建的。...

于 2018-08-28T22:37:11.677 回答