【发布时间】:2021-02-09 23:01:04
【问题描述】:
我正计划通过working through the guide 将我的 ElectronJS 应用部署到应用商店。
但是,我想先在 iPhone 上测试我的应用,并且我有 Mac、Xcode 和 iPhone 模拟器可用。
ElectronJS 应用在模拟器上?
我想知道在模拟器上运行我的 Electron 应用程序的步骤,以便我可以测试它。
我在 Google 上搜索过,但没有找到任何东西,except this (related to Swift app)。
我知道如何在模拟器中从 Xcode 运行普通的 Swift 应用程序,但我不确定如何运行 Electron 应用程序。
【问题讨论】:
标签: ios electron ios-simulator