How to create and run a cloud build for iOS Simulator | EAS Tutorial

Поделиться
HTML-код
  • Опубликовано: 5 фев 2025
  • НаукаНаука

Комментарии • 2

  • @razifauzi4928
    @razifauzi4928 8 дней назад

    did u use android studio to run the simulator?

  • @VagnerNervesDev
    @VagnerNervesDev 4 дня назад

    I could do this in development:
    "development": {
    "developmentClient": true,
    "distribution": "internal",
    "ios": {
    "simulator": true
    }
    }
    And run the command as development. Would it be the same?