-
If you are looking for help, please confirm the following...
Which mobile framework are you using?Flutter (Dart) Steps to reproduceThe system cannot build the iOS file from the Flutter project. dependencies: path_provider: ^2.1.3 What could be the problem? Expected resultsSuccessful build Actual resultsInstalling dependencies == Install Flutter dependencies ==
Building iOS == Building for iOS ==
Encountered error while building for device. Build failed :| Build id (optional)667abfb82193defe8d33998c |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
It looks like I found a similar issue: https://github.com/orgs/codemagic-ci-cd/discussions/2053
|
Beta Was this translation helpful? Give feedback.
It looks like I found a similar issue: https://github.com/orgs/codemagic-ci-cd/discussions/2053
This solution helped me, however, my dependencies require a newer version of iOS, but by default it installs version 12. So, I had to amend the script as follows: