Skip to content
Discussion options

You must be logged in to vote

To be clear... the answer was to change this:

      - name: 🍎 Build iOS App
        script: |
          keychain initialize
          keychain add-certificates
          xcode-project use-profiles --project $FCI_BUILD_DIR/ios/Runner.xcodeproj
          ./flutterw build ipa --release --export-options-plist $FCI_BUILD_DIR/ios/export.plist

... into this:

      - name: 🔑 Setup iOS Signing
        script: |
          xcode-project use-profiles --project $FCI_BUILD_DIR/ios/Runner.xcodeproj

      - name: 🍎 Build iOS App
        script: |
          ./flutterw build ipa --release --export-options-plist=/Users/builder/export_options.plist

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@dam-ease
Comment options

@CillianMyles
Comment options

@CillianMyles
Comment options

@CillianMyles
Comment options

Answer selected by CillianMyles
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
2 participants