-
Notifications
You must be signed in to change notification settings - Fork 143
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
fix: Shorebird takes indefinite time to run #2417
Comments
This is the end of the log:
It looks like possibly a flutter version mismatch? By default |
We would love to help, but need more information. It looks like a flutter version mismatch? Please don't hesitate to reach out if we can help. We're reachable live on discord every day: https://discord.gg/shorebird. |
App ID: (insert your app ID here)
Description
Without sudo
shorebird release android --target ./lib/main_production.dart --flavor production
PathAccessException: Cannot open file, path = '/Users/venkatesanc/.zshrc' (OS Error: Permission denied, errno = 13)
✓ Fetching apps (0.6s)
⠦ Building app bundle with Flutter unknown (a44a61357b)... (301.5s)^C
With sudo
sudo shorebird release android --target ./lib/main_production.dart --flavor production
Password:
Woah! You appear to be trying to run shorebird as root.
We strongly recommend running shorebird without superuser privileges.
/
📎
✓ Fetching apps (0.4s)
⠦ Building app bundle with Flutter 3.24.0 (a44a61357b)... (5.3s)
As you can see with sudo it shows flutter version, without sudo it shows unknown. Without sudo it runs forever without any further execution.
A full log of the issue https://drive.google.com/drive/folders/1UFk47PnFY0IKk9HfiVvuL9JLoqgGkBGb?usp=drive_link
Additional Context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: