-
If you are looking for help, please confirm the following...
Which mobile framework are you using?Flutter (Dart) Steps to reproduceI'm trying to build my project and on the "Flutter build ipa and automatic versioning" step I get error: Archiving ru.devpark.aquababyclub.customer... [✓] App Settings Validation [!] App Icon and Launch Image Assets Validation To update the settings, please refer to https://flutter.dev/to/ios-deploy Building App Store IPA... 7.9s Try distributing the app in Xcode: Expected resultsI want to fix build process. Actual resultsI have error exportArchive Copy failed. Build id (optional)67f511c16e0449e7ef15911c |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I changed xcode from 16.3 to 16.2 in my codemagic.yaml and the error went away, everything works now. |
Beta Was this translation helpful? Give feedback.
I changed xcode from 16.3 to 16.2 in my codemagic.yaml and the error went away, everything works now.