How to build IPA instead of Runner.app in Flutter #3070
-
If you are looking for help, please confirm the following...
Which mobile framework are you using?Flutter (Dart) Steps to reproduceIt is fine to build Android apk file. I can run directly on my phone. Expected resultsrun Actual resultsRunner.app.zip file? Build id (optional)67de519dd727eec22ca1d5ee |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hello @tangible-idea, |
Beta Was this translation helpful? Give feedback.
Hello @tangible-idea,
To get an IPA file from the iOS build step, you need to code sign the application. This is a requirement for generating a valid .ipa file that can be installed on devices or distributed via Firebase or TestFlight. This section of the docs discusses in detail how to sign your iOS application using either the manual code sign method or automatic signing. In manual code signing, you save these files as Codemagic environment variables and manually reference them in the appropriate build steps, while in automatic code signing, Codemagic takes care of certificate and provisioning profile management for you.