ionic-team / ionic-team/appflow-build

bug: simulator is not a valid build type

Open
#289 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
67
Forks
13
PR merge metrics
No merged PRs in 30d

Description

I get the following error message when I set `simulator` as `build-type`:

```
simulator is not a valid build type. Must be one of (ad-hoc, app-store, development, enterprise, debug, release)
```

If I then specify `debug` as `build-type`, I get the following error message:

```
build-type debug not available for platform iOS must be one of (development, simulator, ad-hoc, app-store, enterprise)
```

**Workflow** :

```yml
- name: Build iOS on Appflow
uses: ionic-team/appflow-build@v1
with:
token: ${{ secrets.APPFLOW_TOKEN }}
app-id: ${{ vars.APPFLOW_APP_ID }}
platform: iOS
build-type: simulator
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.