-
Notifications
You must be signed in to change notification settings - Fork 15
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
Getting below error on running fledge beta #23
Comments
This is likely a git set-up issue and not related to fledge: Let me know if you continue having a problem with running 'fledge beta' after resolving any git set-up issues. Good luck! PS: |
A little context that might help resolve this issue: One of these checks is to test if a push is needed in the local dev branch. This is done using:
This may not be the ideal way to do this and other candidate ways are available:
(from this stackoverflow) Let me know if you find a way to run this check that works for you. Maybe some of the alternatives above will work more consistently so this error message can be avoided. If a more consistent way is found, it will most likely make it's way into fledge. |
I have followed all the steps as well as did multiple workaround suggested in different blogs. I have added you in my GitHub repository just for your review so that we can resolve this issue together. Thanks for you suggestions. Appreciated...Thanks in advance. |
One way to confirm everything is as anticipated when using fledge, is to fork the repo fledge uses for a demo app and run a beta release on it: The todo app in this repo has been delivered all the way to both app stores using fledge. You can see the logs of running a beta and a release here: If you make changes to this todo app on your computer and the problem in this issue re-occurs, then we can learn more about the cause and hopefully find a solution. The solution will then likely become part of the documentation or an automated validation step of fledge (or both). PS: it may even be worth adding a stage to travis to trigger a beta and a release (and an install for that matter) which would trigger the corresponding jobs on travis to run the beta and the release. This may make it more clear how fledge works (for new users). What do you think? |
I have tried the above solution I have fork the repo and "fledge beta" below is the output for same.
Below is the output for "fledge release"
Also I have check Travis but there is no updates for "todo" repository. Just an observation Todo has "dev" & "master" branch. Is this mendatory to name the branches like that only. Please check and let me know your thoughts. |
I looked at the build in travis of your fork: I expected to find a beta build similar to: This indicates there was probably a setup problem with the beta build. Only the happy path has been covered in fledge. So there is likely something that fledge is not currently catching that is causing this problem. For example:
The 'dev' and 'master' branches are currently the default names for simplicity. They can be abstracted to any name in the future, but for now are the default. Let's start with fixing the beta-not-triggering problem and go from there. |
Hi, I have followed the given steps but still no luck. Travis-Nitesh/todo. Also the documents seems not that easy to understand about the environment variables later on I have followed below. Configuration Details. I have only configured below variables in Travis, to just check the iOS build first.
But still there is an error. Can you please help me to figure it out. Does this required any other configuration in Flutter, iOS and Android app ? After setting only configurations information will everything work perfectly fine ? Thanks in advice for your time. |
Great!... looks like the beta build is being triggered. Both jobs are generating errors related to signing So each job requires signing to be setup. Not an easy thing to do, especially if for the first time. Let's take each job separately (the iOS and Android build jobs):
Note: you should follow all the 'configuration' directions in https://mmcc007.github.io/fledge to make sure everything is setup correctly for your todo app. Let's see how far into beta release this gets us. |
@mmcc007 As I am too facing the same issue. I have a few queries, they might seem silly.
|
@niranjan-b-prajapati you can test locally for android using
and for ios
|
Please suggest something to fix this...
The text was updated successfully, but these errors were encountered: