Skip to content

How to build IPA instead of Runner.app in Flutter #3070

Closed Answered by dam-ease
tangible-idea asked this question in Q&A
Discussion options

You must be logged in to vote

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.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by dam-ease
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
2 participants