We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I get the following error message when I set simulator as build-type:
simulator
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:
debug
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
The text was updated successfully, but these errors were encountered:
I ran into this same issue. It seems that simulator is not currently a supported build type from a Github action. See https://github.com/ionic-team/appflow-build/blob/main/action.yml
Sorry, something went wrong.
No branches or pull requests
I get the following error message when I set
simulator
asbuild-type
:If I then specify
debug
asbuild-type
, I get the following error message:Workflow :
The text was updated successfully, but these errors were encountered: