Expo / React-Native,有没有办法在 device/simulator 上测试 运行 独立 iOS 应用程序?

Expo / React-Native, Is it there a way to test-run standalone iOS apps on a device/simulator?

我正在使用 Expo 通过 React-Native 编写我的应用程序。我可以在 Android 设备上测试我的应用程序 运行 从 Expo 客户端应用程序或构建 APK 并 运行 将其作为独立的。

在 iOS 我可以从 Expo 客户端 运行 我的应用程序,但我找不到 运行 该应用程序作为独立应用程序的方法。在这种情况下,我想测试 "native" facebook 登录功能。

是否可以在 iOS 上 运行 独立应用(不使用 Expo 客户端)?

注意:我试图避免为此进行 TestFlight,这会使我的工作流程非常缓慢。我正在使用 Mac OS.

  1. 运行 expo build:ios -t simulator 创建一个 iOS 独立模拟器构建。
  2. 等待构建完成,然后下载并解压YourAppName.tar.gz
  3. 启动 iOS 模拟器和 运行 xcrun simctl install booted YourAppName.app