error: exportArchive: App.framework does not support provisioning profiles. #2273
-
If you are looking for help, please confirm the following...
Which mobile framework are you using?Flutter (Dart) Steps to reproduceI am trying to build an ios app with Flutter but keep getting error.
The output of
I am stuck. I tried everything on web. Expected resultsBuild ios app without error Actual resultserror output during ios build Build id (optional)657ddf6a31372c2f79017725 |
Beta Was this translation helpful? Give feedback.
Answered by
deadsoul44
Dec 16, 2023
Replies: 1 comment
-
I solved it. I am not sure but probably thanks to setting |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
deadsoul44
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I solved it. I am not sure but probably thanks to setting
xcode: 14.2
in codemagic.yaml file.