Skip to content

Create iOS IPA from command line #13065

@passsy

Description

@passsy

Flutter doesn't allow me to build an .ipa which can be published to hockeyapp/fabric or the app store.

# creates an .app not an .ipa 
flutter build ios --release

Manual bundling is required:

xcodebuild -exportArchive -archivePath build/ios/iphoneos/Runner.app -exportPath build/ios/iphoneos/ -exportOptionsPlist ci/enterprise-options.plist

Flutter includes tools such as measuring the ipa size #4609, but I can't find a way to create an .ipa.

A followup issue for Generate a production-ready IPA from a single command is still missing

Metadata

Metadata

Assignees

No one assigned

    Labels

    P2Important issues not at the top of the work listc: new featureNothing broken; request for a new capabilitycustomer: crowdAffects or could affect many people, though not necessarily a specific customer.platform-iosiOS applications specificallyt: xcode"xcodebuild" on iOS and general Xcode project managementtoolAffects the "flutter" command-line tool. See also t: labels.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions