-
Hi, I have a flutter app. Until two weeks ago everything was fine. What could be the problem? Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
Hi @burekas7, double check your environment variables, if you are using any 3rd party credentials/tokens in your app, try to refresh them. |
Beta Was this translation helpful? Give feedback.
-
No, I don't have any environment variables or 3rd party credentials/tokens in my app. The only thing I have in the flow is pre-build script that contains this:
But this script was running before and nothing has been changed. Also running these command manually and build it manually with "flutter build ios" and xcode validation and distribution, this weird issue doesn't exist. |
Beta Was this translation helpful? Give feedback.
-
@icarusdust |
Beta Was this translation helpful? Give feedback.
-
Ok the bug was in my code that raised from flutter 3.7. You can close here. |
Beta Was this translation helpful? Give feedback.
Ok the bug was in my code that raised from flutter 3.7.
I upgraded to 3.7 too and fix the bug.
You can close here.
Thanks.