Skip to content
New issue

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

Version master not found in releases, trying snapshot. #28

Open
AnthonyDadeWT opened this issue Dec 22, 2023 · 3 comments
Open

Version master not found in releases, trying snapshot. #28

AnthonyDadeWT opened this issue Dec 22, 2023 · 3 comments

Comments

@AnthonyDadeWT
Copy link

I noticed this step is having issues fetching specific Flutter versions I am requesting it use when executing a command. I get the error:

When following the example posted in the screenshot, I get an error.

Extracting Flutter SDK to /Users/vagrant/Library/flutter
Version 13.13.9-stable not found in releases, trying snapshot.
Could not extract Flutter SDK, error: exit status 128

Screenshot 2023-12-22 at 9 44 30 AM

Using "master" I get a similar error but the command does not terminate, however because the "snapshot" version is an older version of Flutter, I am not able to use --flavor in my test command because it was later implemented in a later version.

Extracting Flutter SDK to /Users/vagrant/Library/flutter
Version master not found in releases, trying snapshot.
Executing Flutter command: test integration_test/login_test.dart --flavor dev

@koral--
Copy link
Member

koral-- commented Dec 22, 2023

Is there maybe something like:

Flutter SDK directory already exists, skipping installation.
Already installed Flutter version 3.3.10 will be used instead of requested version master 

in your build logs?

@AnthonyDadeWT
Copy link
Author

No I don't this happens both when I use the Flutter install step at the start of my workflow, and without it.

@koral--
Copy link
Member

koral-- commented Dec 22, 2023

Please share a minimal sample project which reproduces this issue, along with bitrise.yml included.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants