-
If you are looking for help, please confirm the following...
Which mobile framework are you using?Flutter (Dart) Steps to reproducei m in the process of generating signed development build .ipa on codemagic.io for testing on my ipad using windows laptop , as i dont have mac.. here's the codemagic.yaml- workflows:
here's exportoptions.plist-
I have correctly uploaded p12 certificate (generated using OpenSSL) with correct $KEYCHAIN_PASSWORD (i have double checked the password is correct) and also uploaded fttapp_dev_profile.mobileprovision .. in teams settings in global environment variables in codemagic.io - i m getting this error-
Expected resultsusing the process described in (Steps to reproduce), i should be able to generate and export .ipa (development build) to test on my iPad Actual results
Build id (optional)67f6ac902dfd4cb3721dd507 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hello @ramjak7, |
Beta Was this translation helpful? Give feedback.
Hello @ramjak7,
You will need to make some more changes to your YAML configuration.
Since you are trying to build an IPA file, you can follow the guide in this section of the docs - https://docs.codemagic.io/yaml-quick-start/building-a-flutter-app/ or check out this sample project - https://github.com/codemagic-ci-cd/codemagic-sample-projects/blob/main/flutter/flutter-android-and-ios-yaml-demo-project/codemagic.yaml