ExportArchive No signing certificate "iOS Distribution" found #3094
-
If you are looking for help, please confirm the following...
Which mobile framework are you using?Flutter (Dart) Steps to reproduce
Additional Notes:
Expected resultsBuild IPA file successfully Actual resultsEncountered error while creating the IPA: error: exportArchive No signing certificate "iOS Distribution" found Build id (optional)681ecba5e33c20361099015d |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
Hello @yonycherkos, can you please provide your build id? |
Beta Was this translation helpful? Give feedback.
-
681ecba5e33c20361099015d |
Beta Was this translation helpful? Give feedback.
-
I'll be closing our thread for now. If you have any more concerns, please feel free to reply or start a new conversation. Happy Building! |
Beta Was this translation helpful? Give feedback.
Please add --export-options-plist=/Users/builder/export_options.plist to the build command as shown here. Let me know if it helps.