-
If you are looking for help, please confirm the following...
Which mobile framework are you using?Flutter (Dart) Steps to reproduceI use the workflow to make an unsigned app just called Runner.app,so how can i modify it to be a xx.ipa included folder named Payload within the Runner.app file? Expected resultsI use the workflow to make an unsigned app just called Runner.app,so how can i modify it to be a xx.ipa included folder named Payload within the Runner.app file? Actual resultsI use the workflow to make an unsigned app just called Runner.app,so how can i modify it to be a xx.ipa included folder named Payload within the Runner.app file? Build id (optional)No response |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hello @qq0925, |
Beta Was this translation helpful? Give feedback.
Hello @qq0925,
I assume you are trying out something similar to as in this guide, you can download the unsigned app in the artifacts section of your build page and follow the steps as described in the guide.
To get a .ipa file directly from Codemagic, you'd need to Code-sign your application as described in this section of the docs - https://docs.codemagic.io/flutter-code-signing/ios-code-signing/