Replies: 2 comments
-
Hi @brxxxx
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Updating the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
If you are looking for help, please confirm the following...
Which mobile framework are you using?
Flutter (Dart)
Steps to reproduce
I came to do a build today and I get an error regarding dependency versions of a flutter package I am using called
app_settings
. All of my previous builds were working so this is unexpected. I tried to make it work by adding apod repo update
script in my codemagic.yaml file, I still get the error though.I am a paying customer but I don't see the in app chat widget on the website, so I had to post here :(
Here's the error
Some additional info. In my pod file the following lines were always commented out, and the build worked fine:
After reading for solutions to my problem, I uncommented this line just to test if this made a different, it didn't, the build fails whether this line is commented or not.
Expected results
Expected iOS to build.
Actual results
Got the error mentioned above
Build id (optional)
64b176bbc2c9dfb6b92047f8 <-- this was the first build to fail
64b17fe80f7f7cc9da9bf42a <-- this build included the
pod repo update
script, build still failsBeta Was this translation helpful? Give feedback.
All reactions