Inonic-archive no platform's iuput exist

Bitrise Build Issue Report template

Description of the issue

Hi I have issue while build my ionic app on ionic-archive step. I dont understand why is this happens, because I freshly setup my application on bitrise.io for android platform.

Environment:

android, debug

If on Bitrise.io: which stack? If not on Bitrise.io: on what operating system? (Plus any other information you can share)

ionic-archive@1.2.1

Local reproduction

locally is everything OK

Build log

BUILD SUCCESSFUL in 1m 25s
49 actionable tasks: 49 executed
No ios nor android platform's output dir exist
No output generated
    |                                                                              |
    +---+---------------------------------------------------------------+----------+
    | x | ionic-archive@1.2.1 (exit code: 1)                            | 575 sec  |
    +---+---------------------------------------------------------------+----------+
    | Issue tracker: ...://github.com/bitrise-community/steps-ionic-archive/issues |
    | Source: https://github.com/bitrise-community/steps-ionic-archive             |
    +---+---------------------------------------------------------------+----------+

Hi @janstrbik,

  1. Did you follow the local debug guide? How to debug your build locally / "It works on my Mac/PC but not on bitrise.io"
  2. If that wouldn’t help, can you please copy paste the related build’s bitrise.io URL?

I have the same problem, did you resolve it ? What should I do?

Yes, I resolve it with downgrade android version from 7.0 to 6.3, because version 7.x use gradle 5 for build and with this one I got error… After I switched into version 6.3 everything was working.

2 Likes

Thanks so much, it solved my problem.

1 Like