Skip to content

bug: simulator is not a valid build type #289

Description

@robingenz

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 :

 - 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions