Automatic code signing Flutter iOS apps with the Xcode Archive & Export for iOS Step
Blog post from Bitrise
Bitrise has simplified the process of provisioning and signing an iOS app, including Flutter-based apps. The company's new "Xcode Archive & Export for iOS" step automates code signing assets, archives, and exports an .ipa file using xcodebuild, a command-line tool that allows users to build, query, analyze, test, and archive operations on Xcode projects and workspaces. To use this step, users need to upload their code signing certificates, connect their Apple Developer Portal account to Bitrise, and configure the workflow by adding steps such as Script and installing dependencies via pod install. The "Xcode Archive & Export for iOS" step can be used in a Flutter-based Bitrise workflow to build, sign, and export an .ipa file, making it easier to manage code signing assets and reduce errors.