Replies: 2 comments
-
Hi, I also have the same experience on this issue. Could you please check and provide an update soon? |
Beta Was this translation helpful? Give feedback.
0 replies
-
You need to install the distribution and development provision profiles and certificates on the runner to build IPA with actions. |
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.
-
I have problem with upgrading from Flutter
v2.2.3
tov2.5.0
on stable channel. For some reason runningflutter build ipa --flavor=myflavor
fails with the message:I am doing signed builds on different machine and use Github actions only to confirm that build is passing. It worked on older version of Flutter SDK (by specifying
with-version
. Ofc this can be some settings on my end.My config file looks like this (details omitted):
Beta Was this translation helpful? Give feedback.
All reactions